#41 fix naming problem, added creator-id prop for the payment. Redirect and message for paymentCompleted changed to generic for now

This commit is contained in:
Dominic Villemure
2024-05-09 22:38:44 -04:00
parent 97f03abb93
commit 26845f5aff
9 changed files with 14 additions and 24 deletions

View File

@@ -3,9 +3,6 @@
"rewrite": "/index.html",
"exclude": ["/images/*.{png,jpg,gif}", "/css/*"]
},
"globalHeaders": {
"content-security-policy": "default-src https:; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src https: data:;"
},
"mimeTypes": {
".json": "application/json",
".webmanifest": "application/manifest+json"