From 4c3f830e228a2d37c41d1eb20c2c5a1683b45bb5 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 11 Oct 2023 11:11:03 -0400 Subject: [PATCH] Switch to 301 on config --- .vscode/settings.json | 11 +++++++++++ _redirects | 2 +- _routes.json | 4 +++- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c436f12 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "files.associations": { + "*.json.liquid": "json", + "*.yaml.liquid": "yaml", + "*.md.liquid": "markdown", + "*.js.liquid": "liquid-javascript", + "*.css.liquid": "liquid-css", + "*.scss.liquid": "liquid-scss", + "_redirects": "txt" + } +} \ No newline at end of file diff --git a/_redirects b/_redirects index 2b7d7f6..801030e 100644 --- a/_redirects +++ b/_redirects @@ -44,7 +44,7 @@ /illuminated-shields https://modrinth.com/resourcepack/illuminated-shields # Projects -/config https://github.com/ewpratten/ewconfig.git +/config https://github.com/ewpratten/ewconfig.git 301 /tilde-tweaks https://github.com/ewpratten/tilde-tweaks /tilde-tweaks/* https://github.com/ewpratten/tilde-tweaks/raw/master/scripts/:splat /protomask https://github.com/ewpratten/protomask diff --git a/_routes.json b/_routes.json index f162f79..a975e19 100644 --- a/_routes.json +++ b/_routes.json @@ -3,5 +3,7 @@ "include": [ "/v2/*" ], - "exclude": [] + "exclude": [ + ".vscode" + ] } \ No newline at end of file