mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-04 22:51:47 +00:00
Fix url issue introduced in f43cb03
This commit is contained in:
+1
-1
@@ -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,
|
||||||
})),
|
})),
|
||||||
|
|||||||
Reference in New Issue
Block a user