Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 8, 2024
1 parent 24673dc commit ca70da9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/full/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import react from '@vitejs/plugin-react'
import ssr from 'vike/plugin'
import vike from 'vike/plugin'
import { UserConfig } from 'vite'

export default {
plugins: [react(), ssr()]
plugins: [react(), vike()]
} satisfies UserConfig
4 changes: 2 additions & 2 deletions examples/minimal/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import react from '@vitejs/plugin-react'
import ssr from 'vike/plugin'
import vike from 'vike/plugin'

export default {
plugins: [react(), ssr()]
plugins: [react(), vike()]
}

0 comments on commit ca70da9

Please sign in to comment.