Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
adrianshort
/
suttonelections
kopie van
https://github.com/adrianshort/suttonelections.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
2
Wiki
Activiteit
Bladeren bron
Add Netlify _redirects file
tags/v2.0.0
Adrian Short
6 jaren geleden
bovenliggende
ffa98518e6
commit
ae43da4602
2 gewijzigde bestanden
met
toevoegingen van 8
en
1 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+3
-1
.gitignore
+5
-0
public/_redirects
+ 3
- 1
.gitignore
Bestand weergeven
@@ -1,7 +1,9 @@
*.db
*.sqlite
.DS_Store
.rvmrc
.bundle/config
/.ruby-gemset
/tmp/
_*
_site
_config.rb
+ 5
- 0
public/_redirects
Bestand weergeven
@@ -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!
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan