Adding prestyled base tags and testing admin dashboard

This commit is contained in:
2024-11-04 16:34:11 +01:00
parent 633231f821
commit 0105a6aaea
36 changed files with 643 additions and 18 deletions

View File

@@ -69,7 +69,7 @@ export default defineNuxtConfig({
50: "#ababab",
60: "#707070",
70: "#5c5c5c",
100: "#222222",
100: "#202020",
},
dark: {
red: '#fb464c',
@@ -111,6 +111,11 @@ export default defineNuxtConfig({
pathPrefix: false,
},
],
nitro: {
experimental: {
tasks: true,
},
},
security: {
rateLimiter: false,
headers: {