I guess DaisyUI has rotating text now... awesome!
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m25s

This commit is contained in:
2026-02-24 16:50:00 -07:00
parent 6dea3ac96c
commit cbdab153da
4 changed files with 25 additions and 42 deletions

View File

@@ -8,13 +8,10 @@ const isDev = process.env.NODE_ENV === "development";
export default defineConfig({
output: "server",
prefetch: true,
build: {
inlineStylesheets: "auto",
},
integrations: [
vue(),
],
integrations: [vue()],
security: {
checkOrigin: true,
@@ -24,10 +21,7 @@ export default defineConfig({
: {
algorithm: "SHA-512",
scriptDirective: {
resources: [
"'self'",
"https://analytics.atri.dad",
],
resources: ["'self'", "https://analytics.atri.dad"],
},
directives: [
"connect-src 'self' https://analytics.atri.dad",