Skip to content

Is it possible to set the static path where the payload.js files are stored? #8284

Answered by coxlr
coxlr asked this question in Questions (Nuxt 2)
Discussion options

You must be logged in to vote

In case anyone else needs it, I have found a solution. You can set it in the generate section of the config using staticAssets.version

generate: {
    staticAssets: {
      version: 123456, 
    },
   ...
 }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by manniL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 participant