From 8b93f3fa610911bcb93404db676f8341b85692cb Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Fri, 21 Feb 2025 14:28:01 +0100 Subject: [PATCH] convert to yml Signed-off-by: Minecon724 --- site-config.json | 5 ----- site-config.yml | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 site-config.json create mode 100644 site-config.yml diff --git a/site-config.json b/site-config.json deleted file mode 100644 index b21cbcf..0000000 --- a/site-config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "m724", - "baseUrl": "https://m724.eu", - "defaultAuthor": "Minecon724" -} \ No newline at end of file diff --git a/site-config.yml b/site-config.yml new file mode 100644 index 0000000..207a30a --- /dev/null +++ b/site-config.yml @@ -0,0 +1,3 @@ +name: m724 +baseUrl: https://m724.eu +defaultAuthor: Minecon724 \ No newline at end of file