Commit 353cae1
feat(website): migrate deployment from GitHub Pages to Vercel (#394)
* fix(website): enable Next.js static export for GitHub Pages deployment
- Add output: 'export' and images.unoptimized for static site generation
- Update workflow artifact path from dist to out (Next.js export output dir)
- Restore CNAME file to preserve gosqlx.dev custom domain on deploy
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* feat(website): migrate deployment from GitHub Pages to Vercel
- Build WASM in CI (requires Go), then deploy prebuilt output to Vercel
- Vercel project: gosqlx-website (prj_dC5W1JVnUjCEZ25UQS4XqyXKSwPV)
- Custom domain gosqlx.dev configured on Vercel project
- Drop pages/id-token permissions, no longer needed
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix(website): remove output: export — not needed for Vercel deployment
Static export was added for GitHub Pages but breaks Vercel features
(headers, redirects, sitemap route). Vercel handles SSR natively.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Ajit Pratap Singh <ajitpratapsingh@Ajits-Mac-mini-2655.local>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4aed236 commit 353cae1
2 files changed
Lines changed: 29 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
| 16 | + | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | | - | |
| 20 | + | |
23 | 21 | | |
24 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
52 | 51 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments