Explorar el Código

Add Netlify _redirects file

tags/v2.0.0
Adrian Short hace 5 años
padre
commit
ae43da4602
Se han modificado 2 ficheros con 8 adiciones y 1 borrados
  1. +3
    -1
      .gitignore
  2. +5
    -0
      public/_redirects

+ 3
- 1
.gitignore Ver fichero

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

+ 5
- 0
public/_redirects Ver fichero

@@ -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!

Cargando…
Cancelar
Guardar