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