Fix some styles and empty page
This commit is contained in:
parent
151cb6dd3a
commit
4fa8df20ac
4 changed files with 11 additions and 2 deletions
|
@ -0,0 +1,3 @@
|
||||||
|
export default function Contact(): JSX.Element {
|
||||||
|
return <></>
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
import Link from "next/link"
|
import Link from 'next/link'
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children
|
children
|
||||||
|
|
|
@ -4,7 +4,7 @@ const nextConfig = {
|
||||||
appDir: true
|
appDir: true
|
||||||
},
|
},
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
swcMinify: true,
|
swcMinify: true
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = nextConfig
|
module.exports = nextConfig
|
||||||
|
|
6
postcss.config.js
Normal file
6
postcss.config.js
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
module.exports = {
|
||||||
|
plugins: {
|
||||||
|
tailwindcss: {},
|
||||||
|
autoprefixer: {}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue