Skip to content

Commit

Permalink
Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
behnamrhp committed Mar 30, 2024
1 parent 256c5de commit eb2593a
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 1,591 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]
steps:
- name: Checkout commit
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const nextConfig = {
swcMinify: true,
images:{
loader: 'akamai',
path: process.env.NEXT_PUBLIC_BASE_URL
path: ""
},
webpack: (config) => {
config.module.rules.push({
Expand Down
Loading

0 comments on commit eb2593a

Please sign in to comment.