Remove lab from reconfigure script
The lab has been removed.
This commit is contained in:
parent
8d8ed7fe47
commit
800baf30f7
1 changed files with 2 additions and 2 deletions
|
@ -150,8 +150,8 @@ export const designs = {
|
|||
`
|
||||
)
|
||||
|
||||
// Step 7: Create use-design hooks for lab & org
|
||||
for (const site of ['lab', 'org']) {
|
||||
// Step 7: Create use-design hooks
|
||||
for (const site of ['org']) {
|
||||
fs.writeFileSync(
|
||||
path.join(repo.path, 'sites', site, 'hooks', 'use-design.mjs'),
|
||||
mustache.render(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue