We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d9a79 commit dff2261Copy full SHA for dff2261
1 file changed
rspress.config.ts
@@ -13,6 +13,9 @@ export default defineConfig({
13
route: {
14
cleanUrls: true,
15
},
16
+ ssg: {
17
+ strict: true,
18
+ },
19
mediumZoom: true,
20
builderPlugins: [pluginYaml()],
21
globalStyles: path.join(__dirname, 'theme/index.css'),
0 commit comments