Skip to content

Commit

Permalink
Revert "reproduce bug"
Browse files Browse the repository at this point in the history
This reverts commit e6fb7ee.
  • Loading branch information
brillout committed Nov 17, 2024
1 parent 73c9191 commit fd91ba8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion examples/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"typescript": "^5.5.4",
"vike": "^0.4.203",
"vike-react": "^0.5.7",
"vike-react-chakra": "^0.0.0",
"vite": "^5.4.0"
},
"type": "module"
Expand Down
3 changes: 1 addition & 2 deletions examples/full/pages/+config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export { config }

import type { Config } from 'vike/types'
import vikeReact from 'vike-react/config'
import vikeReactChakra from 'vike-react-chakra/config'

// Default configs (can be overridden by pages)
const config = {
Expand All @@ -15,5 +14,5 @@ const config = {
bodyAttributes: { class: 'dark' },
viewport: 999,
// https://vike.dev/extends
extends: [vikeReact, vikeReactChakra],
extends: vikeReact,
} satisfies Config
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd91ba8

Please sign in to comment.