0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 21:12:41 +00:00

Add to home page

This commit is contained in:
Trevor Buckner
2024-07-23 16:50:29 -04:00
parent 22b6aa14f0
commit ac82e3ecb2
2 changed files with 20 additions and 2 deletions

View File

@@ -84,7 +84,8 @@ app.get('/theme/:renderer/:id', asyncHandler(getThemeBundle));
app.get('/', (req, res, next)=>{
req.brew = {
text : welcomeText,
renderer : 'V3'
renderer : 'V3',
theme : '5ePHB'
},
req.ogMeta = { ...defaultMetaTags,