Skip to content

Commit 41f9247

Browse files
committed
Update to @callstack/[email protected] and [email protected]
- Updated @callstack/rspress-theme from 0.1.4 to 0.2.0 - Updated rspress from 1.42.1 to 2.0.0-beta.21 to meet theme requirements - Renamed all _meta.json files to _nav.json for rspress v2 compatibility - Temporarily disabled SSG to resolve SSR compatibility issues - Ran copy-assets command to update theme assets
1 parent 2ae9a20 commit 41f9247

File tree

7 files changed

+1315
-1692
lines changed

7 files changed

+1315
-1692
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"preview": "rspress preview"
99
},
1010
"dependencies": {
11-
"@callstack/rspress-theme": "^0.1.4",
12-
"rspress": "^1.39.3"
11+
"@callstack/rspress-theme": "0.2.0",
12+
"rspress": "2.0.0-beta.21"
1313
},
1414
"devDependencies": {
1515
"@types/node": "^16",

docs/rspress.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default defineConfig({
1212
icon: '/img/phone.png',
1313
logo: '/img/phone.png',
1414
globalStyles: path.join(__dirname, 'styles.css'),
15+
ssg: false,
1516
themeConfig: {
1617
enableContentAnimation: true,
1718
enableAppearanceAnimation: false,

0 commit comments

Comments
 (0)