Skip to content

Commit 96037db

Browse files
committed
feat: Configure PWA to launch at songbook with full pre-caching
- Add pwa_start_url to static_html config (launches at songbook.html) - PWA now caches all 349 songs on install for full offline access - PWA launches directly at songbook instead of landing page - Landing page remains available for browser users This provides a true offline-first experience for campfire singing!
1 parent d373792 commit 96037db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

book_config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,6 @@ output_dir = "html"
163163
stylesheets = ["stylesheets"]
164164
# song_xslt = "stylesheets/openlyrics.xsl" # No longer needed with Jinja2 renderer
165165
image_dir = "img" # Directory containing images. This will be copied to the build directory.
166+
pwa_start_url = "./songbook.html" # PWA launches at songbook instead of landing page
166167

167168
# Removed - duplicate of bound_pdf

0 commit comments

Comments
 (0)