testing astro redirects

Signed-off-by: Ash Entwisle <ash.entwisle@protonmail.com>
issue/index
Ash Entwisle 2023-10-20 16:46:18 +00:00
parent 63c55eb8aa
commit f8054bb552
No known key found for this signature in database
GPG Key ID: 0E3CBB6B4BE9FE33
1 changed files with 1 additions and 0 deletions

View File

@ -14,5 +14,6 @@ export default defineConfig({
output: "server",
adapter: cloudflare(),
redirects: {
"/links/testing": "https://hullcss.org/links",
}
});