From 0644038d64379bb1c69045312dff8a561149cd30 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Wed, 18 Feb 2026 18:11:38 +0100 Subject: [PATCH] =?UTF-8?q?Redirection=20permanente=20/photos=20=E2=86=92?= =?UTF-8?q?=20https://photos.jalil.arfaoui.net?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/astro.config.mjs b/astro.config.mjs index 4b8a15c..0c77772 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,6 +6,12 @@ import tailwind from "@astrojs/tailwind"; export default defineConfig({ devToolbar: { enabled: false }, integrations: [tailwind()], + redirects: { + "/photos": { + status: 301, + destination: "https://photos.jalil.arfaoui.net" + } + }, i18n: { defaultLocale: "fr", locales: ["fr", "en", "ar"],