Skip to content

Commit c00549c

Browse files
Copilotmbianchidev
andcommitted
Fix GitHub Pages deployment by specifying TypeScript config file path
Co-authored-by: mbianchidev <[email protected]>
1 parent 9e9c829 commit c00549c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: actions/configure-pages@v4
3333
with:
3434
static_site_generator: next
35+
generator_config_file: ./next.config.ts
3536

3637
- name: Install dependencies
3738
run: npm ci

0 commit comments

Comments
 (0)