Skip to content

Commit

Permalink
chore: config
Browse files Browse the repository at this point in the history
  • Loading branch information
rabyeoljji committed Dec 16, 2024
1 parent 6c4e06d commit fd722c4
Show file tree
Hide file tree
Showing 6 changed files with 287 additions and 35 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ src/stories/**/*
# prev ver of landing
src/app/(routes)/(landing)/**/*

# next config
next.config.mjs

#
public/*
5 changes: 5 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ const nextConfig = {
},
]
},
output: 'standalone',
experimental: {
optimizeCss: true,
scrollRestoration: true,
},
}

export default withPWA({
Expand Down
Loading

0 comments on commit fd722c4

Please sign in to comment.