feat: subsites

This commit is contained in:
2025-11-28 09:40:13 -05:00
parent d8d6c5ec21
commit ee33b86fe7
11 changed files with 65 additions and 58 deletions

View File

@@ -32,8 +32,6 @@ export const WHITELABELS = {
};
// Subsite mapping: host -> site path
// Keep this in sync with your page layout (e.g. src/pages/subsites/req/ -> /subsites/req)
export const SUBSITES = {
'req.boatson.boats': '/subsites/req',
'subsite2.codey.lol': '/subsite2',
};