DEV Community

Discussion on: Deploy nuxt on Firebase

Collapse
 
wfelipe99 profile image
Wevelly Felipe

It's giving an error because the directiores was changed and nuxt.config.js can't be found. Just go to src/server/index.js and change "const config = require('../nuxt.config.js')" to "const config = require('../../nuxt.config.js')".

Thread Thread
 
abelmoremi profile image
Abel Moremi

Thanks, was stuck for like 2 weeks on this part...