mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Fix url issue introduced in f43cb03
This commit is contained in:
@@ -17,7 +17,7 @@ export default defineConfig({
|
||||
template: template,
|
||||
}),
|
||||
...config.generators.map(m => html({
|
||||
fileName: `${m.id}/index.html`,
|
||||
fileName: `${m.url}/index.html`,
|
||||
title: getTitle(m),
|
||||
template: template,
|
||||
})),
|
||||
|
||||
Reference in New Issue
Block a user