I've created a static "thank you" page. But everytime I go to /thanks
it forwards me to a URL like this one: /thanks#.UVQswKt-WyK
I've added this in my routes.rb
:
match '/thanks', to: 'static_pages#thanks'
and the file in static pages is called thanks.html.erb
All of my other static pages work just fine, if I go to e.g. /services
, the url stays as it's supposed to.
I'm missing something, but I am not sure what...