Skip to content

Commit a9de5d0

Browse files
author
Jonay Pelluz
committed
main ci: auto-inject basePath via configure-pages@v4, drop manual next.config edits
1 parent 0bb9c76 commit a9de5d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
node-version: '22.22'
4343
- name: Setup Pages
44-
uses: actions/configure-pages@v3
44+
uses: actions/configure-pages@v4
4545
with:
4646
static_site_generator: next
4747
- name: Install dependencies

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const nextConfig = {
99
experimental: {
1010
optimizePackageImports: ['react-ga4'],
1111
},
12-
basePath: '/jueletrado',
12+
basePath: '',
1313
trailingSlash: true,
1414
sassOptions: {
1515
includePaths: ['./styles'],

0 commit comments

Comments
 (0)