about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-06-06 10:16:58 +0000
committerAlan Pearce2018-06-06 10:16:58 +0000
commitcc8dac48913fc4ece64a2b6b67e9fefab31bd33c (patch)
tree7a096a6c6e9113911f021c4ab0395a23523fd0b6
parent171500c7ff57430c3fd57f29d6080e173332e4db (diff)
downloadwebsite-cc8dac48913fc4ece64a2b6b67e9fefab31bd33c.tar.lz
website-cc8dac48913fc4ece64a2b6b67e9fefab31bd33c.tar.zst
website-cc8dac48913fc4ece64a2b6b67e9fefab31bd33c.zip
Add netlify config
-rw-r--r--netlify.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..d25c626
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,5 @@
+[[redirects]]
+  from = "https://alanpearceuk.netlify.com/*"
+  to = "https://alanpearce.uk/:splat"
+  status = 301
+  force = true
\ No newline at end of file