Skip to content

Commit

Permalink
perf: ⚡ performance improve
Browse files Browse the repository at this point in the history
  • Loading branch information
lcandy2 committed May 10, 2024
1 parent d82180e commit 782f5f9
Show file tree
Hide file tree
Showing 16 changed files with 5,910 additions and 163 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
public
dist
pnpm-lock.yaml
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import withBundleAnalyzer from '@next/bundle-analyzer';
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
compress: true,
};

const withSerwist = withSerwistInit({
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"@vercel/analytics": "^1.2.2",
"aes-js": "^3.1.2",
"jotai": "^2.8.0",
"js-cookie": "^3.0.5",
"lit": "^3.1.3",
"million": "^3.0.6",
"next": "14.2.3",
Expand All @@ -79,6 +80,7 @@
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/aes-js": "^3.1.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
Expand Down Expand Up @@ -116,7 +118,8 @@
],
"eslintIgnore": [
"public",
"dist"
"dist",
"pnpm-lock.yaml"
],
"packageManager": "[email protected]+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724"
}
Loading

0 comments on commit 782f5f9

Please sign in to comment.