How can I cache static assets from the dist folder but still make index.html hit the server for serverside rendering? Can I somehow redirect /index.html to the server instead of service-worker cache if network connection is available?
To test the functionality of the live site, click the provided siteURL. Type in the requested form inputs to ensure the form functions as expected. Confirm that the form validates the user input, displays error alerts when appropriate, and successfully submits valid data for further processing....