Skip to content

Commit dff2261

Browse files
committed
Enable strict ssg
1 parent 98d9a79 commit dff2261

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rspress.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ export default defineConfig({
1313
route: {
1414
cleanUrls: true,
1515
},
16+
ssg: {
17+
strict: true,
18+
},
1619
mediumZoom: true,
1720
builderPlugins: [pluginYaml()],
1821
globalStyles: path.join(__dirname, 'theme/index.css'),

0 commit comments

Comments
 (0)