So as the title says I am using vue.js and express to make my website. What I would like to happen is: when a certain button is pressed on a page, the user is sent to a new page and a variable value is appended to the url so that on the new page I can call my database on load and populate the page. At the moment I have a function on my new page that runs on load and with an ID it can populate all the information I need in the page.
So I have two main questions:
/Matchpage.html how do I make it so that /1/Matchpage.html actually points to the same html page?