I'm working with Vue 3 and I have a unique challenge. I want to connect a static landing page HTML file to the home route /
in my Vue application, but this HTML file is completely separate from the original index.html
used by Vue 3. This standalone HTML file includes various third-party CDN stylesheets and scripts. How can I load this static HTML page on a different route that is not the default index.html
while using Vue 3?