Skip to content

Commit

Permalink
feat :: 잔코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KANGYONGSU23 committed Oct 1, 2023
1 parent d7756d7 commit d4ebace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
images: {
unoptimized: true,
domains: ["picsum.photos"],
},
reactStrictMode: true,
trailingSlash: true,
output: "export",
};

module.exports = nextConfig;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
Expand Down

0 comments on commit d4ebace

Please sign in to comment.