moved linktree redirect to config (#12)

Signed-off-by: Ash Entwisle <ash.entwisle@protonmail.com>
issue/index
Ash 2023-10-20 21:57:42 +01:00 committed by GitHub
parent 3111dbd04c
commit 5cbcb0de77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -14,6 +14,7 @@ export default defineConfig({
output: "server",
adapter: cloudflare(),
redirects: {
"/links": "https://linktr.ee/hullcss",
"/links/discord": "https://discord.gg/AFxbUs5kyA",
"/links/facebook": "https://facebook.com/hullCSS",
"/links/github": "https://github.com/hullcss",

View File

@ -1,5 +0,0 @@
---
import Todo from "../layouts/Todo.astro";
---
<Todo />