From 7b94b8d47000e802802534be25cd94f3e4330c37 Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Wed, 20 Sep 2023 14:00:05 +0200 Subject: [PATCH] improve changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c6325c5..315d9fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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' + ```