diff --git a/.buildpacks b/.buildpacks new file mode 100644 index 0000000..95a00c1 --- /dev/null +++ b/.buildpacks @@ -0,0 +1,2 @@ +heroku/nodejs +https://github.com/heroku/heroku-buildpack-static.git diff --git a/static.json b/static.json new file mode 100644 index 0000000..dfd2421 --- /dev/null +++ b/static.json @@ -0,0 +1,10 @@ +{ + "root": "dist/", + "clean_urls": true, + "https_only": true, + "headers": { + "/**": { + "Cache-Control": "public, max-age=31536000" + } + } +}