1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 14:25:31 -04:00

remove unnecessary memoization

This commit is contained in:
2022-05-04 09:44:05 -04:00
parent 2ea6495fd8
commit ef3071dd99
6 changed files with 6 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ module.exports = (phase, { defaultConfig }) => {
{
source: "/:path(.*)",
headers: [
{
config.onionDomain && {
key: "Onion-Location",
value: `${config.onionDomain}/:path*`,
},