From e9cd51c70bf5e84f3e155456fc3353bdf3536549 Mon Sep 17 00:00:00 2001 From: Hyeseong Kim Date: Thu, 7 Nov 2024 01:49:53 +0900 Subject: [PATCH] Migrate redirect entries to Cloudflare Pages --- public/_redirects | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/_redirects diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 000000000..b156785b6 --- /dev/null +++ b/public/_redirects @@ -0,0 +1,10 @@ +/community /community/overview 308 + +/bucklescript-rebranding /blog/bucklescript-is-rebranding 308 + +/docs/manual/latest/migrate-from-bucklescript-reason /docs/manual/v10.0.0/migrate-from-bucklescript-reason 308 +/docs/manual/latest/unboxed /docs/manual/v10.0.0/unboxed 308 +/docs/gentype/latest/introduction /docs/manual/latest/typescript-integration 308 +/docs/gentype/latest/getting-started /docs/manual/latest/typescript-integration 308 +/docs/gentype/latest/usage /docs/manual/latest/typescript-integration 308 +/docs/gentype/latest/supported-types /docs/manual/latest/typescript-integration 308