Replies: 1 comment 2 replies
-
|
@peguine I don't know what is your deployment process but I suggest that you "merge" your other files with "website/build" on EVERY deploy as part of your deployment process, instead of updating a previous deployment by overriding files. If you start from an empty folder on every deploy (which you should rather do), then you don't have such problems. I strongly suggest to use a modern host like Netlify/Vercel with an automated deployment procedure on Git push, instead of uploading files on a FTP or whatever manual deployment procedure you are currently using That being said, all the files that have a hash ( Now if you delete a doc at |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I modify something, and rebuild, many file names change.
It is a disaster for me to deploy to server, because the root dir has many other files which are not build by docusaurus. So I ]have to delete carefully these old files generated by docusaurus, then copy new files in, instead of replacing files.
so is there a proper solution?
Beta Was this translation helpful? Give feedback.
All reactions