From 0ec6162cb70f92962e5c88a8babac4b575155741 Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Mon, 31 Mar 2025 09:21:16 +0200 Subject: [PATCH] docs: add rolldown guide short link (#19744) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 翠 / green --- public/_redirects | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/_redirects b/public/_redirects index 6d50cc3d..34f17f52 100644 --- a/public/_redirects +++ b/public/_redirects @@ -7,3 +7,6 @@ https://ja.vitejs.dev/* https://ja.vite.dev/:splat 301! /guide/api-vite-environment.html /guide/api-environment 301 /guide/comparisons /guide/why#how-vite-relates-to-other-unbundled-build-tools 301 /guide/comparisons.html /guide/why#how-vite-relates-to-other-unbundled-build-tools 301 + +# short links +/rolldown /guide/rolldown 301