I am about to use prerender.io on my website which is a SPA built on Vue and Laravel. By default vue-router seems to use hash (domain.com/#/page) instead of hashbang (domain.com/#!/page) which seems to be what prerender is requiring.
I have googled a ton on "Change hash to hashbang vue-router 2" and stuff, but I can not find any help. Does anyone here know where I can tweak vue-router to use hashbang?
Thanks in advance!