From 51af8a037398f6cbc89d35ed5872a47c7f4ea50d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Tue, 9 Jul 2024 19:14:07 +0200 Subject: [PATCH] Remove config.json from staged --- .gitignore | 2 +- config/config.json | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 config/config.json diff --git a/.gitignore b/.gitignore index 34acf4b..4a289b7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,4 @@ #!.yarn/cache .pnp.* -./config/* \ No newline at end of file +./config/config.json \ No newline at end of file diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..ae7b942 --- /dev/null +++ b/config/config.json @@ -0,0 +1,13 @@ +{ + "redirects": { + "": { + "url": "https://sofiaritz.com" + }, + "fonts": { + "url": "https://gfonts.sofiaritz.com" + }, + "code": { + "url": "https://git.sofiaritz.com/explore/repos" + } + } +} \ No newline at end of file