Skip to content

Commit 6e2fa1b

Browse files
authored
Update astro.config.mjs
1 parent a29c27f commit 6e2fa1b

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
@@ -9,4 +9,7 @@ import robotsTxt from "astro-robots-txt";
99
export default defineConfig({
1010
site: "https://cune-programming.github.io",
1111
integrations: [tailwind(), alpinejs(), sitemap(), robotsTxt()],
12+
redirects: {
13+
'/': '/specials/tech-builders-challenge'
14+
}
1215
});

0 commit comments

Comments
 (0)