Skip to content

Commit eb2593a

Browse files
committed
Fix build issues
1 parent 256c5de commit eb2593a

File tree

5 files changed

+54
-1591
lines changed

5 files changed

+54
-1591
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [14.x]
14+
node-version: [18.x]
1515
steps:
1616
- name: Checkout commit
1717
uses: actions/checkout@v3

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const nextConfig = {
55
swcMinify: true,
66
images:{
77
loader: 'akamai',
8-
path: process.env.NEXT_PUBLIC_BASE_URL
8+
path: ""
99
},
1010
webpack: (config) => {
1111
config.module.rules.push({

0 commit comments

Comments
 (0)