diff --git a/_redirects b/_redirects new file mode 100644 index 0000000..24278fa --- /dev/null +++ b/_redirects @@ -0,0 +1,2 @@ +/ https://www.meetup.com/leeds-js/ 301! +/* https://www.meetup.com/leeds-js/ 301! \ No newline at end of file diff --git a/netlify.toml b/netlify.toml index ad4c026..aab4fcc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,14 +2,4 @@ publish = "build" command = "npm run build" [[plugins]] -package = "./build-tasks" -[[redirects]] -from = "/" -to = "https://www.meetup.com/leeds-js/" -status = 301 -force = true -[[redirects]] -from = "/*" -to = "https://www.meetup.com/leeds-js/" -status = 301 -force = true \ No newline at end of file +package = "./build-tasks" \ No newline at end of file