#73 change authorization
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 47s

This commit is contained in:
Tim
2024-08-25 22:25:32 +02:00
parent 4360d31bb2
commit 1f84a009f8
19 changed files with 589 additions and 187 deletions

View File

@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./templates/**/*.templ"],
content: ["./template/**/*.templ"],
theme: {
extend: {},
},