Commit 7b9263c
fix(website): add trailing slash to base path for WASM loading (#373)
* design(website): upgrade typography to IBM Plex Mono + Instrument Sans
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* design(website): add hero glow effects and gradient headline
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* design(website): SVG feature icons with glow hover + syntax-highlighted code
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(website): add trailing slash to base path for WASM loading
BASE_URL was '/GoSQLX' without trailing slash, causing WASM paths
to resolve as '/GoSQLXwasm/wasm_exec.js' instead of
'/GoSQLX/wasm/wasm_exec.js'.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Ajit Pratap Singh <ajitpratapsingh@Ajits-Mac-mini-2655.local>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d18539f commit 7b9263c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
0 commit comments