fix condition

This commit is contained in:
b1ek 2023-03-12 00:57:26 +10:00
parent 2364fa3b97
commit b9d15ad6b5
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ block content
block scripts
if (process.env.APP_DEBUG)
if (process.env.APP_DEBUG != 'true')
script(src='/static/dist/resume.js' async defer='')
else
script(src='http://localhost:1234/resume.js' async defer='')