From 90e9a661334dd9994d14581b84d49d332a4832ce Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 12 Aug 2024 15:02:00 +0300 Subject: [PATCH] Replace buildpack --- .static | 0 static.json | 7 ------- 2 files changed, 7 deletions(-) create mode 100644 .static delete mode 100644 static.json diff --git a/.static b/.static new file mode 100644 index 0000000..e69de29 diff --git a/static.json b/static.json deleted file mode 100644 index 0de5de7..0000000 --- a/static.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "root": ".", - "clean_urls": true, - "routes": { - "/**": "index.html" - } -}