How to See Your Changes

How to See Your Changes

Admin panel changes (offers, news, gallery, pages, etc.) take effect straight away. Just save and refresh the page.

Code changes pushed to Codeberg (HTML, CSS, JS) appear on the live site within about a minute. The server automatically checks for updates every 60 seconds.

  1. Save in the admin panel (or push your changes to Codeberg)
  2. Go to the website in your browser
  3. Press Ctrl+Shift+R (Windows) or Cmd+Shift+R (Mac) to force a full refresh
  4. Check the page looks right
If the page looks broken after editing a config file: You've probably got a missing comma, quote mark, or bracket. Open the file, compare it carefully to the backup you made, and fix the difference. If you get really stuck, just replace the file with your backup and try again.
Back to top