Closed derogate closed 1 year ago
Could you try to add this in your nuxt.config:
export default defineNuxtConfig({
experimental: {
inlineSSRStyles: false
}
})
Thank you, that works. I am trying to avoid using experimental configuration but at least, that will do for now.
Could you try to use Nuxt 3.5 and remove the experimental flag @derogate ?
Could you try to use Nuxt 3.5 and remove the experimental flag @derogate ?
Thanks for informing, just upgraded to Nuxt 3.5 & removed the experimental flag. Can build in Github Actions without error 👍
I am trying to deploy to Github Actions by using components extended from @nuxt-themes/elements which are Alert.vue, List.vue & CodeGroup.vue but got the following error in Github Actions:
Running it locally renders the Vue components fine & also builds the static production build without any problem.
Error happens while
npm run generate
in this context of Github Actions: