On this page
Update Files in a MiniUp Site
Update an existing MiniUp Site in Dashboard → your Site → Page. Editing or replacing files at their existing paths updates the Site without creating a new Site URL.
Before editing Site files
Use an account with editing access. Download a copy of important files or check revision availability before large changes. Site files must remain browser-ready; private credentials belong in Function Secrets.
Edit and save a file
- Open the Site’s Page tab.
- Select the file to edit. Use the code editor for text such as HTML, CSS, and JavaScript.
- Make the change and save it with the editor’s save control.
- Open or refresh the Site preview, then check the actual published URL.
- Test the feature you changed, including its loading, empty, and error states when it uses data.
Add, replace, download, or delete files
Use the file upload controls to add individual assets or multiple project files. Review the destination path before replacing an existing file. Use the file actions to download a copy or delete an unwanted file. Deleting a referenced file can break the published page; update the references as part of the change.
For example, add components/reports.js and import it with import("./components/reports.js") from app.js. The file path is part of your application, so keep it consistent across uploads and imports.
Troubleshoot a change that seems missing
Confirm you saved the correct file in the correct Site. Check the published URL rather than an old preview. Reload the browser and verify the path and case of any updated asset. If the change breaks the Site, restore a revision or upload your saved copy.