Skip to content

Commit

Permalink
docs(future/vite) - Remove unused link, fix another
Browse files Browse the repository at this point in the history
Link contains `.md` on the end so links incorrectly. There were also two links to the same location and one was not used so I removed it
  • Loading branch information
Deanmv committed Mar 11, 2024
1 parent 03435a2 commit 45f789d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/future/vite.md
Expand Up @@ -1141,7 +1141,6 @@ Finally, we were inspired by how other frameworks implemented Vite support:
[rollup-plugin-visualizer]: https://github.com/btd/rollup-plugin-visualizer
[debugging]: #debugging
[performance]: #performance
[server-vs-client]: ../discussion/server-vs-client.md
[vite-env-only]: https://github.com/pcattori/vite-env-only
[explicitly-isolate-server-only-code]: #splitting-up-client-and-server-code
[route-component]: ../route/component
Expand Down Expand Up @@ -1169,4 +1168,4 @@ Finally, we were inspired by how other frameworks implemented Vite support:
[presets]: ./presets
[fix-up-css-imports-referenced-in-links]: #fix-up-css-imports-referenced-in-links
[vite-plugin-react]: https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react
[splitting-up-client-and-server-code]: ../discussion/server-vs-client.md
[splitting-up-client-and-server-code]: ../discussion/server-vs-client

0 comments on commit 45f789d

Please sign in to comment.