Skip to content

Commit

Permalink
use redirects in astro.config rather than custom ugly 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Dec 9, 2024
1 parent f53ef76 commit 4299190
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 151 deletions.
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import rehypeKatex from 'rehype-katex';
export default defineConfig({
site: 'https://socnetv.org',
base: '/',
redirects: {
'/docs/index.html': '/documentation'
},
integrations: [
starlight({
plugins: [
Expand Down
Loading

0 comments on commit 4299190

Please sign in to comment.