Skip to content

Commit

Permalink
use a shorter link
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Mar 7, 2024
1 parent 3fc8363 commit 8b0040f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/lib/cli/src/automigrate/fixes/vite-config-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const viteConfigFile = {
If you do already have these plugins, you can ignore this message.
You can find more information on how to do this here:
https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#framework-specific-vite-plugins-have-to-be-explicitly-added
https://github.com/storybookjs/storybook/pull/26378
This change was necessary to support newer versions of Vite.
`;
Expand All @@ -115,7 +115,7 @@ export const viteConfigFile = {
Please add a vite.config.js file to your project root.
You can find more information on how to do this here:
https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#framework-specific-vite-plugins-have-to-be-explicitly-added
https://github.com/storybookjs/storybook/pull/26378
This change was necessary to support newer versions of Vite.
`;
Expand Down

0 comments on commit 8b0040f

Please sign in to comment.