Commit b8ac681
fix: stop configure-pages from overriding next.config.ts
The actions/configure-pages@v5 with static_site_generator: next creates
a next.config.js that overrides our next.config.ts, dropping the
NEXT_PUBLIC_BASE_PATH env var needed for video src resolution.
Since we manage basePath and image optimization in next.config.ts,
remove the static_site_generator option.
Co-Authored-By: Paperclip <[email protected]>1 parent 16b267a commit b8ac681
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 58 | | |
65 | 59 | | |
66 | 60 | | |
| |||
0 commit comments