mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-12 06:50:10 +02:00
✨ User can signup / signin (WIP)
This commit is contained in:
committed by
ChatonDeAru (Romain)
parent
c35de52aec
commit
37b2238b84
@@ -1,16 +1,16 @@
|
||||
[build.environment]
|
||||
NODE_VERSION = "21"
|
||||
NODE_VERSION = "21"
|
||||
|
||||
[build]
|
||||
publish = "dist"
|
||||
command = "pnpm run build"
|
||||
publish = ".output"
|
||||
command = "pnpm run build"
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
||||
|
||||
[[headers]]
|
||||
for = "/*"
|
||||
[headers.values]
|
||||
Access-Control-Allow-Origin = "*"
|
||||
for = "/*"
|
||||
[headers.values]
|
||||
Access-Control-Allow-Origin = "*"
|
||||
|
Reference in New Issue
Block a user