mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Make generator config more robust
This commit is contained in:
@@ -14,7 +14,7 @@ export default defineConfig({
|
||||
title: '404',
|
||||
template: template,
|
||||
}),
|
||||
...config.models.map(m => html({
|
||||
...config.generators.map(m => html({
|
||||
fileName: `${m.id}/index.html`,
|
||||
title: getTitle(m),
|
||||
template: template,
|
||||
|
||||
Reference in New Issue
Block a user