Skip to content

Commit 3be0bc7

Browse files
committed
chore: update
1 parent 17c6438 commit 3be0bc7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@rsbuild/core": "~1.2.18",
13+
"@rsbuild/plugin-sass": "^1.2.2",
1314
"@rslib/tsconfig": "workspace:*",
1415
"@rstack-dev/doc-ui": "1.7.2",
1516
"@types/node": "^22.8.1",

website/rspress.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import path from 'node:path';
2+
import { pluginSass } from '@rsbuild/plugin-sass';
23
import { pluginGoogleAnalytics } from 'rsbuild-plugin-google-analytics';
34
import { pluginFontOpenSans } from 'rspress-plugin-font-open-sans';
45
import { defineConfig } from 'rspress/config';
@@ -91,6 +92,6 @@ export default defineConfig({
9192
'@zh': path.join(__dirname, 'docs/zh'),
9293
},
9394
},
94-
plugins: [pluginGoogleAnalytics({ id: 'G-Q66CEHQ6JR' })],
95+
plugins: [pluginGoogleAnalytics({ id: 'G-Q66CEHQ6JR' }), pluginSass()],
9596
},
9697
});

0 commit comments

Comments
 (0)