Skip to content

Commit

Permalink
feat: cleanup and fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ludusrusso committed Feb 20, 2024
1 parent 43fbffe commit e2ffd61
Show file tree
Hide file tree
Showing 8 changed files with 191 additions and 122 deletions.
4 changes: 1 addition & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
const config = {
reactStrictMode: true,
swcMinify: true,
experimental: {
missingSuspenseWithCSRBailout: false,
},
experimental: {},
output: "standalone",
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
async redirects() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-final-form": "^6.5.9",
"request": "^2.81.0",
"request": "^2.79.0",
"superjson": "2.2.1",
"xstate": "^4.38.3",
"yaml": "^2.3.4",
Expand Down
Loading

0 comments on commit e2ffd61

Please sign in to comment.