From a083cf0b5fc7c84bdf43052cf5c5693ce4fad6ee Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 26 Apr 2024 06:18:57 -0400 Subject: [PATCH] Infini-OPTIPLEX: readd blahaj.inx.moe buy url --- hosts/Infini-OPTIPLEX/web.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/Infini-OPTIPLEX/web.nix b/hosts/Infini-OPTIPLEX/web.nix index 6ae3185..b8c6de7 100644 --- a/hosts/Infini-OPTIPLEX/web.nix +++ b/hosts/Infini-OPTIPLEX/web.nix @@ -40,6 +40,9 @@ in tryFiles = "/Blahaj.png =404"; root = ./static; }; + locations."/buy" = { + return = "301 https://www.ikea.com/us/en/p/blahaj-soft-toy-shark-90373590/"; + }; }; "files.inx.moe" = ssl // { locations."/" = {