You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The static site was deployed to /innate-executable/ but all assets
referenced absolute paths like /_next/static/... which 404'd on
GitHub Pages. Added:
- basePath/assetPrefix in next.config.ts via NEXT_BASE_PATH env var
- getBasePath() helper in tutorial-scanner for fetch() calls
- NEXT_PUBLIC_BASE_PATH in GitHub Actions for client-side access
- trailingSlash for clean GitHub Pages URL resolution
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments