paul-bokelman / cc

ClubCompass client and server monorepo
0 stars 0 forks source link

task: index page #51

Closed paul-bokelman closed 3 months ago

paul-bokelman commented 3 months ago

Description

Landing/homepage for ClubCompass. Should be nice and inviting but also include crucial information about who we are and what we do.

Should include:

Parent: #44

paul-bokelman commented 3 months ago

Index page redirects need to be reworked. Currently the index page is displayed through the root but this isn't sustainable. index.page.tsx should render the / route and should change its content based on subdomain. In addition, all routes except the base route should be redirected on the base url

paul-bokelman commented 3 months ago

Ignored /general/* service in school domain check. Used NextJS middleware to redirect invalid subdomains from school required routes.