Skip to content
Snippets Groups Projects
Unverified Commit 42493771 authored by Alexis Faizeau's avatar Alexis Faizeau Committed by GitHub
Browse files

Add cache control header

parent 02125406
Branches
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ export default defineConfig({ ...@@ -17,6 +17,7 @@ export default defineConfig({
"Access-Control-Allow-Origin": "*", "Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, PATCH, OPTIONS", "Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, PATCH, OPTIONS",
"Access-Control-Allow-Headers": "X-Requested-With, content-type, Authorization", "Access-Control-Allow-Headers": "X-Requested-With, content-type, Authorization",
"Cache-Control": "no-cache, no-store, must-revalidate",
}, },
open: "/", open: "/",
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment