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:
@@ -83,7 +83,7 @@ module.exports = (phase, { defaultConfig }) => {
|
||||
{
|
||||
source: "/:path(.*)",
|
||||
headers: [
|
||||
{
|
||||
config.onionDomain && {
|
||||
key: "Onion-Location",
|
||||
value: `${config.onionDomain}/:path*`,
|
||||
},
|
||||
|
Reference in New Issue
Block a user