Skip to content

Commit

Permalink
Merge pull request #115 from Bitshala/fixes
Browse files Browse the repository at this point in the history
fixes #112 : redirect to cohorts page and changed 3rd jan to soon
  • Loading branch information
keraliss authored Jan 8, 2024
2 parents 998641a + 3695168 commit e3a34cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ export default defineConfig({
site: "https://www.bitshala.org",
base: "/",
integrations: [tailwind(), react()],
redirects: {
"/apply": "/cohorts",
},
});
2 changes: 1 addition & 1 deletion src/components/home/LinkCohort.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class="p-2 text-center text-sm md:text-xl lg:my-1 lg:p-0 xl:text-3xl"
href="/cohorts"
>
Next cohort begins 3rd Jan
Next cohort begins soon
</a>
</button>
<div class="w-1/3"></div>
Expand Down
1 change: 1 addition & 0 deletions src/pages/apply.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>redirect to cohorts</p>

0 comments on commit e3a34cf

Please sign in to comment.