DEV Community

Discussion on: How to host Nuxt.js application on firebase with a single command

Collapse
 
aonghas profile image
Aonghas Anderson • Edited

Should the publicPath actually be a property of the build object?:

const config = {
...nuxtConfig,
dev: false,
debug: false,
buildDir: ".nuxt",
build: {
**publicPath: "public" <--- this property
}
};

Collapse
 
slushnys profile image
Zigmas Slušnys

I will have to get back to you on this one, I might have changed this, but check the repo I think it should be up to date.