Skip to content

Commit 1a80287

Browse files
committed
Redirect /introduction to /
1 parent b8e15e9 commit 1a80287

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import { defineConfig } from "astro/config";
44
// https://astro.build/config
55
export default defineConfig({
66
site: "https://lychee.cli.rs",
7+
redirects: {
8+
"/introduction": "/",
9+
},
710
integrations: [
811
starlight({
912
expressiveCode: {

0 commit comments

Comments
 (0)