mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-06-30 22:46:39 -04:00
use the excellent next-themes module
This commit is contained in:
@ -70,16 +70,7 @@ module.exports = (phase, { defaultConfig }) => {
|
||||
headers: [
|
||||
{
|
||||
key: "Onion-Location",
|
||||
value: `http://${config.onionDomain}/:path*`,
|
||||
},
|
||||
{
|
||||
// https://developer.chrome.com/blog/floc/#how-can-websites-opt-out-of-the-floc-computation
|
||||
key: "Permissions-Policy",
|
||||
value: "interest-cohort=()",
|
||||
},
|
||||
{
|
||||
key: "Referrer-Policy",
|
||||
value: "no-referrer-when-downgrade",
|
||||
value: `${config.onionDomain}/:path*`,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user