fixed meta image

This commit is contained in:
Ava Gaiety W 2023-03-15 01:05:10 -05:00
parent 234d70ff72
commit e32c299bf7
2 changed files with 1 additions and 0 deletions

1
app.js
View file

@ -10,6 +10,7 @@ app.set('view engine', 'handlebars')
app.set('views', './src/views')
app.use(express.static('dist'))
app.use(express.static('public'))
const siteName = "Pronoun Monster"
const pronounsToDisplayOnHome = 6

View file

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB