removed fp6 from shop
All checks were successful
Deploy / build-deploy (push) Successful in 5m35s

This commit is contained in:
Jorijn van der Graaf 2026-09-05 18:38:39 +02:00
commit 25805a093a
20 changed files with 788 additions and 805 deletions

View file

@ -156,7 +156,7 @@ std::string BuildOrderConfirmationEmail(const OrderRecord& o,
"(gpg --verify) without this shop's help. Keep the file with your "
"records — receipts are not hosted forever.\n\n";
m += "Devices are sourced, flashed and tested to order — allow up to a "
m += "Goods are sourced, prepared and tested to order. Allow up to a "
"week between payment and dispatch. The order page tracks it:\n\n";
m += std::format(" {}\n\n", orderUrl);
m += "That link is the key to the order: anyone holding it can read the "

View file

@ -125,8 +125,8 @@ int main(int argc, char** argv) {
// --routes: status + title for every route, for a quick smoke check.
if (has("--routes")) {
const Views::SiteContent content = LoadContent("content");
for (std::string_view p : { "/", "/about", "/shop", "/shop/fp6-pmos",
"/shop/fp6plus-pmos", "/shop/donation", "/shop/nope",
for (std::string_view p : { "/", "/about", "/shop",
"/shop/donation", "/shop/nope",
"/financials",
"/order/0123456789abcdef0123456789abcdef",
"/order/not-a-token",