mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-22 22:39:36 +02:00
Add ORIGIN environment variable and update startup script
This commit is contained in:
parent
40f8c72f19
commit
4c032445a7
3 changed files with 5 additions and 1 deletions
|
@ -14,6 +14,7 @@ const config = {
|
|||
preprocess: vitePreprocess(),
|
||||
kit: {
|
||||
adapter: adapter(),
|
||||
csrf: { checkOrigin: true, }
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue