serve pages like page/index.html

This commit is contained in:
Cory LaViska
2023-06-07 07:46:41 -04:00
parent 8c44eb75d5
commit ec92351acf

View File

@@ -134,7 +134,7 @@ fs.mkdirSync(outdir, { recursive: true });
logPrefix: '[shoelace]',
logFileChanges: true,
notify: false,
single: true,
single: false,
ghostMode: false,
server: {
baseDir: '_site',