Browse Source

Add Netlify _redirects file

tags/v2.0.0
Adrian Short 5 years ago
parent
commit
ae43da4602
2 changed files with 8 additions and 1 deletions
  1. +3
    -1
      .gitignore
  2. +5
    -0
      public/_redirects

+ 3
- 1
.gitignore View File

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

+ 5
- 0
public/_redirects View File

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

Loading…
Cancel
Save