Skip to content

Deploying on Cloudflare Pages #279

Answered by logeshswell
Strongeyed asked this question in Help
Discussion options

You must be logged in to vote

@Strongeyed If it refers to the origin theme, then the build command should be,
yarn run build
and the definition should be,
yarn sync && nuxt build && nuxt generate

Reason:
nuxt generate command generates dist directory and the error occurs since it is missing.

Replies: 2 comments 52 replies

Comment options

You must be logged in to vote
44 replies
@logeshswell
Comment options

@logeshswell
Comment options

@logeshswell
Comment options

@Strongeyed
Comment options

@Strongeyed
Comment options

Answer selected by logeshswell
Comment options

You must be logged in to vote
8 replies
@Strongeyed
Comment options

@logeshswell
Comment options

@Strongeyed
Comment options

@logeshswell
Comment options

@Strongeyed
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment