Create 'static' directory for serving from flask
This commit is contained in:
parent
92050e27ea
commit
c0fab723dc
3 changed files with 15 additions and 6 deletions
src/pages
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"hash": true,
|
||||
"title": "tlater.net",
|
||||
"filename": "./index.html",
|
||||
"filename": "../index.html",
|
||||
"template": "./src/index/index.pug",
|
||||
"chunks": ["index"]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"hash": true,
|
||||
"title": "tlater.net contact",
|
||||
"filename": "./mail.html",
|
||||
"filename": "../mail.html",
|
||||
"template": "./src/mail/mail.pug",
|
||||
"chunks": ["mail"]
|
||||
}
|
||||
|
|
Reference in a new issue