Skip to content

Commit 9cc5e9d

Browse files
committed
Uncomment output
1 parent e9eaabe commit 9cc5e9d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default withLess(
6565

6666
return config
6767
},
68-
// output: "export",
68+
output: "export",
6969
images: {
7070
loader: "custom",
7171
imageSizes: [16, 32, 48, 64, 96, 128, 256, 384],

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"@tailwindcss/container-queries": "^0.1.1",
2727
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
2828
"@tailwindcss/typography": "^0.5.15",
29-
"@vercel/og": "^0.6.8",
3029
"autoprefixer": "^10.4.20",
3130
"calendar-link": "^2.10.0",
3231
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)