Changeset 8453812 in Klonkt for src/middleware


Ignore:
Timestamp:
06/16/2026 03:10:31 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
7007d4c
Parents:
5019e22
Message:

Branding: 100% PrutCMS/PrutFolio-free — Klonkt as original product

All fork/lineage references (README, package description, server/comments,
PrutFolio-as-noun -> Klonkt-site) removed. Plus a small, mysterious wink
at a certain Bart in CircleFederation.js. Internal package name (prutfolio)
+ PWA id + server paths left untouched (stability).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/middleware/site.js

    r5019e22 r8453812  
    2121  // pinnen altijd op de primaire site.
    2222  if (tenancy === 'hub') {
    23     // Een PrutFolio is bereikbaar via /user/:slug (canoniek) én /sites/:slug (legacy).
     23    // Een Klonkt-site is bereikbaar via /user/:slug (canoniek) én /sites/:slug (legacy).
    2424    const m = req.path.match(/^\/(sites|user)\/([a-zA-Z0-9_-]+)(\/.*)?$/);
    2525    if (m) {
Note: See TracChangeset for help on using the changeset viewer.