Tried to optimize product page

This commit is contained in:
Henrik Larsson
2023-08-11 10:19:55 +02:00
parent a7efbf8fc3
commit 767245672c
18 changed files with 190 additions and 263 deletions

View File

@@ -10,7 +10,7 @@
"prettier:check": "prettier --check --ignore-unknown .",
"test": "pnpm lint && pnpm prettier:check",
"test:e2e": "playwright test",
"analyze": "BUNDLE_ANALYZE=true next build"
"analyze": "cross-env BUNDLE_ANALYZE=true pnpm build"
},
"git": {
"pre-commit": "lint-staged"