<!-- 💚 Thanks for your time to make Nuxt better with your feedbacks 💚 **IMPORTANT** Before reporting a bug: - Please make sure that you have read through Nuxt documentation: https://nuxtjs.org - If issue is related to a module please create the issue in corresponding repository - Ensure using latest version of nuxt dependencies using `yarn upgrade nuxt` or `npm upgrade nuxt` 👍 A properly detailed bug report can save a LOT of time and help fixing issues as soon as possible. --> ### Versions - nuxt: v2.14.10 - node: v14.15.1 ### Reproduction <!-- Link to a minimal test case based on one of: - A fork of https://template.nuxtjs.org - A GitHub repository that can reproduce the bug Without a reproduction, it is so hard to address problem :( --> <details open> <summary>Additional Details</summary> <br> <!-- Attaching `nuxt.config`, dependencies, logs or code snippets would help to find the issue --> </details> ### Steps to reproduce this is part of my configuration: `{ ssr: false, router: { mode: "hash", base: "./" }, }` Next execute "yarn run build" ### What is Expected? The root path of the dist/index.html script should point to router.base. ### What is actually happening? Upgrade from 2.14.9 to 2.14.10, build output static website, dist/index.html script root path always points to "/".