diff options
author | Valentin Popov <valentin@popov.link> | 2025-06-10 17:20:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-10 17:20:48 +0300 |
commit | d74eec1c47a0d4da5c50b70da3fedbdef0cafcc6 (patch) | |
tree | affd620f3ea07a9054284b7baafbcd9bc33a1879 /astro.config.mjs | |
parent | d32248742050d59baf83c17a6c6566b3ecdf5614 (diff) | |
parent | 9ebcd40f60ffa393a56db850b6a6d0cf15ef4211 (diff) | |
download | popov.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.mjs | 6 |
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, - }, - }, }); |