From 03435a21389741e371a4ef501b9bac1446a897e3 Mon Sep 17 00:00:00 2001 From: Deanmv Date: Mon, 11 Mar 2024 10:57:05 +0000 Subject: [PATCH 1/2] docs(future/vite): Fix link Link contains .md so fails, current like page - https://remix.run/docs/en/main/future/vite#configuration --- docs/future/vite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/future/vite.md b/docs/future/vite.md index 10201267dfd..780ebd6b31f 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 From 45f789de656be279c34be2b2aa5d804c9ac29337 Mon Sep 17 00:00:00 2001 From: Deanmv Date: Mon, 11 Mar 2024 11:30:25 +0000 Subject: [PATCH 2/2] docs(future/vite) - Remove unused link, fix another 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 --- docs/future/vite.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/future/vite.md b/docs/future/vite.md index 780ebd6b31f..89b7eeca83b 100644 --- a/docs/future/vite.md +++ b/docs/future/vite.md @@ -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