The rewrite you describe definitely covers subfolders. We'll need more specifics to help debug, like the actual deployed URL that isn't working. If you don't want to share publicly, feel free to reach out to support!
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/96a0a4b3-f62b-4313-944f-ed6860c6f75e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You’re using relative URLs for your scripts/stylesheets, which means that it’s looking for the stylesheets in a subdirectory. You should either use absolute URLs to reference them (e.g. /css/stylesheet.css) or use the tag to set a link root.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/396c3479-81a5-4a1d-8e54-7f844046dcdd%40googlegroups.com.