Skip to content

Commit

Permalink
Merge pull request #24 from YAPP-Github/fix/deploy
Browse files Browse the repository at this point in the history
[ fix ] cloudflare deployment
  • Loading branch information
soomin9106 authored Jun 6, 2024
2 parents 5e670e0 + b91c028 commit a86d94c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
reactStrictMode: true,
webpack: (config) => {
config.module.rules.push({
Expand Down
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",
"test": "jest",
Expand Down

0 comments on commit a86d94c

Please sign in to comment.