aboutsummaryrefslogtreecommitdiff
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-06-10 17:20:48 +0300
committerGitHub <noreply@github.com>2025-06-10 17:20:48 +0300
commitd74eec1c47a0d4da5c50b70da3fedbdef0cafcc6 (patch)
treeaffd620f3ea07a9054284b7baafbcd9bc33a1879 /astro.config.mjs
parentd32248742050d59baf83c17a6c6566b3ecdf5614 (diff)
parent9ebcd40f60ffa393a56db850b6a6d0cf15ef4211 (diff)
downloadpopov.link-d74eec1c47a0d4da5c50b70da3fedbdef0cafcc6.tar.xz
popov.link-d74eec1c47a0d4da5c50b70da3fedbdef0cafcc6.zip
Merge pull request #48 from valentineus/header
New Header
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs6
1 files changed, 0 insertions, 6 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index d8e7708..07e5d30 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -15,10 +15,4 @@ export default defineConfig({
theme: "vitesse-dark",
},
},
- redirects: {
- "/blog": {
- destination: "/",
- status: 301,
- },
- },
});