From f12aa03fc556a19123041144dc12e50b7e02c1a5 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Sat, 17 May 2025 09:29:26 +1000 Subject: [PATCH] Attempt to resolve static deployment error --- .buildpacks | 1 + .static | 0 static.json | 3 +++ 3 files changed, 4 insertions(+) create mode 100644 .buildpacks delete mode 100644 .static create mode 100644 static.json diff --git a/.buildpacks b/.buildpacks new file mode 100644 index 0000000..6a412a1 --- /dev/null +++ b/.buildpacks @@ -0,0 +1 @@ +https://github.com/heroku/heroku-buildpack-static.git diff --git a/.static b/.static deleted file mode 100644 index e69de29..0000000 diff --git a/static.json b/static.json new file mode 100644 index 0000000..7bf876a --- /dev/null +++ b/static.json @@ -0,0 +1,3 @@ +{ + "root": "/" +}