Skip to content

Commit 0121c4f

Browse files
committed
feat: tailwind added
1 parent fce8250 commit 0121c4f

11 files changed

+2482
-5554
lines changed

next.config.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
experimental: {
4-
appDir: true,
5-
},
6-
}
3+
experimental: {
4+
appDir: true,
5+
},
6+
};
77

8-
module.exports = nextConfig
8+
module.exports = nextConfig;

0 commit comments

Comments
 (0)