Deploying on Cloudflare Pages #279
Answered
by
logeshswell
Strongeyed
asked this question in
Help
-
Beta Was this translation helpful? Give feedback.
Answered by
logeshswell
Jun 19, 2023
Replies: 2 comments 52 replies
-
@Strongeyed If it refers to the origin theme, then the build command should be, Reason: |
Beta Was this translation helpful? Give feedback.
44 replies
Answer selected by
logeshswell
-
Hi @logeshswell I have an issue deploying once again on Cloudflare. I did not make any changes to the build plan or my own hosted repo, so wondering why this happens?
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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 generatesdist
directory and the error occurs since it is missing.