Skip to content

Commit 148bf82

Browse files
committed
redirect to /schedule/tuesday from /schedule
1 parent 6075f37 commit 148bf82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

astro.config.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ export default defineConfig({
1111
}
1212
}
1313
},
14+
redirects: {
15+
"/schedule": "/schedule/tuesday"
16+
}
1417
});

0 commit comments

Comments
 (0)