This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
old-gractwo-pl/netlify.toml
2021-07-31 14:15:06 +02:00

32 lines
598 B
TOML

# SOCIALS REDIRECTS
[[redirects]]
from = "/discord"
to = "https://discord.gg/NBXq95C"
[[redirects]]
from = "/dsc"
to = "https://discord.gg/NBXq95C"
[[redirects]]
from = "/dc"
to = "https://discord.gg/NBXq95C"
[[redirects]]
from = "/facebook"
to = "https://facebook.com/groups/gractwo"
[[redirects]]
from = "/fb"
to = "https://facebook.com/groups/gractwo"
# 'funny' REDIRECTS
[[redirects]]
from = "/pgtf-theme"
to = "https://www.youtube.com/watch?v=zjedLeVGcfE"
# catch-all to landing page
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
force = false