Skip to content

Commit

Permalink
docs(future/vite): Fix links (#9031)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deanmv committed Mar 11, 2024
1 parent ea795f9 commit 4a23e6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/future/vite.md
Expand Up @@ -1094,7 +1094,7 @@ Finally, we were inspired by how other frameworks implemented Vite support:
[template-vite-cloudflare]: https://github.com/remix-run/remix/tree/main/templates/vite-cloudflare
[public-path]: ../file-conventions/remix-config#publicpath
[server-build-path]: ../file-conventions/remix-config#serverbuildpath
[vite-config]: ../file-conventions/vite-config.md
[vite-config]: ../file-conventions/vite-config
[vite-plugins]: https://vitejs.dev/plugins
[vite-features]: https://vitejs.dev/guide/features
[supported-remix-config-options]: #configuration
Expand Down 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 4a23e6e

Please sign in to comment.