Skip to content

Commit

Permalink
chore: add config to export static (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
toanbku authored Mar 7, 2023
1 parent 1363404 commit 2dd3dba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ const nextConfig = {
env: {
BASE_URL: process.env.BASE_URL,
},
images: {
unoptimized: true,
},
};

module.exports = nextConfig;
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
Expand Down

1 comment on commit 2dd3dba

@vercel
Copy link

@vercel vercel bot commented on 2dd3dba Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hunger-game – ./

hunger-game-git-master-podso.vercel.app
hunger-game-podso.vercel.app
the-hunger-game.vercel.app

Please sign in to comment.