Switch to Next.js

This commit is contained in:
Xevion
2023-02-16 04:23:29 -06:00
parent 59a34b93ca
commit 44a9c3a2c5
21 changed files with 2231 additions and 2485 deletions

8
tailwind.config.cjs Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};