How to change start_url?
-
Hi,
I would want use a category page in place of home page like start url of the PWA.
Can I do that?add_filter( 'web_app_manifest', function( $manifest ) { $manifest['start_url'] = 'CustomPostCatPageUrl'; return $manifest; } );
NB : PWA not working on my website. Looks like a WP Rocket issue, wp.serviceworker is broked. I try to find a solution with them.
Best regards,
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to change start_url?’ is closed to new replies.