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 a93e921 commit 1bfec9eCopy full SHA for 1bfec9e
1 file changed
website/rspress.config.ts
@@ -74,7 +74,6 @@ export default defineConfig({
74
},
75
],
76
77
- builderPlugins: [pluginGoogleAnalytics({ id: 'G-Q66CEHQ6JR' })],
78
builderConfig: {
79
dev: {
80
lazyCompilation: true,
@@ -86,5 +85,6 @@ export default defineConfig({
86
85
'@zh': path.join(__dirname, 'docs/zh'),
87
88
+ plugins: [pluginGoogleAnalytics({ id: 'G-Q66CEHQ6JR' })],
89
90
});
0 commit comments