ixkaito / astro-relative-links

Build Astro with relative links.
MIT License
70 stars 4 forks source link

Does not work when using Astro in SPA mode #12

Open balazshevesi opened 7 months ago

balazshevesi commented 7 months ago

Sup!

I just wanna start of by saying that this is a really cool package.

The only problem that i have with it is that it does not seem to work when using Astro in SPA mode. I have enabled view transitions in my Astro project, and therefore when i switch routes the asset requests happen through javascript, instead of the HTML file.

When i access the route directly:

Screenshot 2024-01-18 at 22 47 16

When i am directed to the route from within the SPA:

Screenshot 2024-01-18 at 22 47 03

I would really appreciate it if you could fix it.

Thank you!

ixkaito commented 7 months ago

@Balazs-topg Thank you for your report! I'll consider this issue.