#109 add home page again

This commit is contained in:
Tim Wundenberg
2024-08-23 19:16:30 +02:00
committed by Tim
parent 262f44d7cd
commit 99b249fa66
17 changed files with 96 additions and 348 deletions

View File

@@ -1,9 +1,14 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./templates/**/*.templ"],
theme: {
extend: {},
},
plugins: [],
content: ["./templates/**/*.templ"],
theme: {
extend: {},
},
plugins: [
require('daisyui'),
],
daisyui: {
themes: ["retro"],
},
}