fix(www): fixed your indents, your welcome

This commit is contained in:
dvelo 2025-03-08 15:33:06 -06:00
parent 5d439e562e
commit 788051f8b3

@ -75,6 +75,7 @@ export default serve({
"sec-fetch-mode": "cors", "sec-fetch-mode": "cors",
"sec-fetch-site": "cross-site", "sec-fetch-site": "cross-site",
"Content-Type": "application/json", "Content-Type": "application/json",
// They'll never know hehehehehe
Referer: "http://localhost:3000/", Referer: "http://localhost:3000/",
"Referrer-Policy": "strict-origin-when-cross-origin", "Referrer-Policy": "strict-origin-when-cross-origin",
}, },