switch to next.js
- init next app - add daisyUI
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./app/**/*.{js,ts,jsx,tsx}"],
|
||||
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
plugins: []
|
||||
plugins: [require("daisyui")],
|
||||
daisyui: {
|
||||
themes: ["cmyk", "night"],
|
||||
darkTheme: "night"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user