I guess DaisyUI has rotating text now... awesome!
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m25s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m25s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user