-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
product / sitesFixes and upgrades for Appwrite Sites.Fixes and upgrades for Appwrite Sites.
Description
👟 Reproduction steps
https://vpf-data.appwrite.network/
👍 Expected behavior
Headers being set as in preview (Image below)
👎 Actual Behavior
Headers not being set

🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Linux
🧱 Your Environment
Deployed on appwrite.io without any configs.
Here is nuxt.config.ts
export default defineNuxtConfig({
nitro: {
routeRules: {
"/img/**": { headers: { "cache-control": "public,max-age=31536000,s-maxage=31536000" } },
"/_nuxt/**": { headers: { "cache-control": "public,max-age=31536000,s-maxage=31536000" } },
}
},
})
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Metadata
Metadata
Assignees
Labels
product / sitesFixes and upgrades for Appwrite Sites.Fixes and upgrades for Appwrite Sites.