From 4a23e6e3a861238ea5ad285c7d436102bdd43564 Mon Sep 17 00:00:00 2001 From: Deanmv Date: Mon, 11 Mar 2024 13:42:31 +0000 Subject: [PATCH] docs(future/vite): Fix links (#9031) --- docs/future/vite.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/future/vite.md b/docs/future/vite.md index 10201267dfd..89b7eeca83b 100644 --- a/docs/future/vite.md +++ b/docs/future/vite.md @@ -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 @@ -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 @@ -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