fixed meta image
This commit is contained in:
parent
234d70ff72
commit
e32c299bf7
2 changed files with 1 additions and 0 deletions
1
app.js
1
app.js
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Loading…
Add table
Reference in a new issue