From ba85a42faeeeeb40d6f1a64df6683de6650b33ba Mon Sep 17 00:00:00 2001 From: /home/sillybreakfast Date: Sun, 8 Dec 2024 00:02:08 +0000 Subject: [PATCH] routes --- sites/helloworld/config.json | 5 +++++ sites/helloworld/{.json => file.json} | 0 sites/sillybreakfast/{.json => index.json} | 0 3 files changed, 5 insertions(+) create mode 100644 sites/helloworld/config.json rename sites/helloworld/{.json => file.json} (100%) rename sites/sillybreakfast/{.json => index.json} (100%) diff --git a/sites/helloworld/config.json b/sites/helloworld/config.json new file mode 100644 index 0000000..df91785 --- /dev/null +++ b/sites/helloworld/config.json @@ -0,0 +1,5 @@ +{ + "routes": { + "": "file.json" + } +} \ No newline at end of file diff --git a/sites/helloworld/.json b/sites/helloworld/file.json similarity index 100% rename from sites/helloworld/.json rename to sites/helloworld/file.json diff --git a/sites/sillybreakfast/.json b/sites/sillybreakfast/index.json similarity index 100% rename from sites/sillybreakfast/.json rename to sites/sillybreakfast/index.json