Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 525 Bytes

File metadata and controls

14 lines (11 loc) · 525 Bytes

Troubleshooting

"Invalid JSON file. Could not import."

  • Make sure your file ends with .json
  • Verify JSON is valid: use jsonlint.com

"My books disappeared after closing the browser"

  • Check that cookies/localStorage are enabled in your browser
  • If using private/incognito mode, localStorage may not persist

GitHub Pages not loading

  • Make sure your repo has a main branch
  • Check GitHub Pages is enabled in repo settings → Pages
  • Use the index.html at the root of the project