Create 'static' directory for serving from flask

This commit is contained in:
Tristan Maat 2018-04-15 23:11:24 +00:00
parent 92050e27ea
commit c0fab723dc
3 changed files with 15 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
"hash": true,
"title": "tlater.net",
"filename": "./index.html",
"filename": "../index.html",
"template": "./src/index/index.pug",
"chunks": ["index"]
}

View file

@ -1,7 +1,7 @@
{
"hash": true,
"title": "tlater.net contact",
"filename": "./mail.html",
"filename": "../mail.html",
"template": "./src/mail/mail.pug",
"chunks": ["mail"]
}