Skip to content

Commit

Permalink
improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 20, 2023
1 parent b5d070d commit 7b94b8d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@

### BREAKING CHANGES

* use `import type { Config } from 'vite-plugin-ssr/types'`
instead of `import type { Config } from 'vike-react'`
* Import `Config` from `vite-plugin-ssr` instead of `vike-react`.
```diff
- import type { Config } from 'vike-react'
+ import type { Config } from 'vite-plugin-ssr/types'
```



Expand Down

0 comments on commit 7b94b8d

Please sign in to comment.