feat: Add Open Graph and Twitter meta tags, make the domain configurable, and use WebP for thumbnails.

This commit is contained in:
x
2026-01-24 23:34:38 +01:00
parent 0cc0e5aa02
commit 595118c2c8
3 changed files with 16 additions and 5 deletions

View File

@@ -144,7 +144,8 @@ process.on('unhandledRejection', err => {
tpl.globals = {
lul: cfg.websrv.lul,
themes: cfg.websrv.themes,
modes: cfg.allowedModes
modes: cfg.allowedModes,
domain: cfg.websrv.domain || 'w0bm.com'
};
router.use(tpl);