Procházet zdrojové kódy

Add Netlify _redirects file

tags/v2.0.0
Adrian Short před 5 roky
rodič
revize
ae43da4602
2 změnil soubory, kde provedl 8 přidání a 1 odebrání
  1. +3
    -1
      .gitignore
  2. +5
    -0
      public/_redirects

+ 3
- 1
.gitignore Zobrazit soubor

@@ -1,7 +1,9 @@
*.db
*.sqlite
.DS_Store
.rvmrc
.bundle/config
/.ruby-gemset
/tmp/
_*
_site
_config.rb

+ 5
- 0
public/_redirects Zobrazit soubor

@@ -0,0 +1,5 @@
# Redirect domain aliases to primary domain
https://elections.opensutton.org/* https://elections.adrianshort.org/:splat 301!

# Optional: Redirect default Netlify subdomain to primary domain
https://suttonelections.netlify.com/* https://elections.adrianshort.org/:splat 301!

Načítá se…
Zrušit
Uložit