Skip to content

Commit

Permalink
Remove output nextjs config
Browse files Browse the repository at this point in the history
  - update next lib
  • Loading branch information
version-1 committed Apr 22, 2024
1 parent 5c711fb commit 8f34c54
Show file tree
Hide file tree
Showing 6 changed files with 1,048 additions and 3,289 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -132,3 +132,6 @@ dist
data

.DS_Store

# Local Netlify folder
.netlify
4 changes: 4 additions & 0 deletions frontend/core/netlify.toml
@@ -0,0 +1,4 @@
[build]
base = "frontend/core/."
publish = ".next"
command = "npm run build"
1 change: 0 additions & 1 deletion frontend/core/next.config.js
@@ -1,6 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
images: {
unoptimized: true
}
Expand Down

0 comments on commit 8f34c54

Please sign in to comment.