Skip to content

Commit 1bfec9e

Browse files
committed
fix
1 parent a93e921 commit 1bfec9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/rspress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export default defineConfig({
7474
},
7575
],
7676
},
77-
builderPlugins: [pluginGoogleAnalytics({ id: 'G-Q66CEHQ6JR' })],
7877
builderConfig: {
7978
dev: {
8079
lazyCompilation: true,
@@ -86,5 +85,6 @@ export default defineConfig({
8685
'@zh': path.join(__dirname, 'docs/zh'),
8786
},
8887
},
88+
plugins: [pluginGoogleAnalytics({ id: 'G-Q66CEHQ6JR' })],
8989
},
9090
});

0 commit comments

Comments
 (0)