Fix url issue introduced in f43cb03

This commit is contained in:
Misode
2021-10-05 00:07:26 +02:00
parent 17ed93a182
commit d883459dba
+1 -1
View File
@@ -17,7 +17,7 @@ export default defineConfig({
template: template, template: template,
}), }),
...config.generators.map(m => html({ ...config.generators.map(m => html({
fileName: `${m.id}/index.html`, fileName: `${m.url}/index.html`,
title: getTitle(m), title: getTitle(m),
template: template, template: template,
})), })),