We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478ac03 commit 456e514Copy full SHA for 456e514
package.json
@@ -2,13 +2,11 @@
2
"name": "my-portfolio",
3
"version": "0.1.0",
4
"private": true,
5
-
6
"scripts": {
7
"dev": "next dev",
8
- "build": "next build && next export",
+ "build": "next build",
9
"start": "npx serve -s out -l 8080"
10
},
11
12
"dependencies": {
13
"@heroicons/react": "^2.2.0",
14
"next": "15.3.4",
@@ -17,7 +15,6 @@
17
15
"react-dom": "^19.0.0",
18
16
"serve": "14.2.4"
19
20
21
"devDependencies": {
22
"tailwindcss": "4.1.4",
23
"@tailwindcss/postcss": "4.1.4",
postcss.config.mjs
@@ -1,5 +1,5 @@
1
export default {
plugins: {
- "@tailwindcss/postcss": {}, // Tailwind v4 bridge
+ "@tailwindcss/postcss": {}
}
};
0 commit comments