This repository contains a simple redirect page for semanticgrid.ai domain.
Redirects visitors from https://semanticgrid.ai to the GitHub repository.
Deploy to Vercel:
vercel --prodThen configure the domain:
- In Vercel Dashboard, go to this project settings
- Add domain: semanticgrid.ai
- Remove semanticgrid.ai from the main web app project (keep beta.apegpt.ai there)
index.html- Fallback HTML page with meta refresh and JavaScript redirectvercel.json- Server-side redirect configuration (primary method)
Both methods ensure the redirect works reliably.