You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to /a/b/c route in the sandbox and refresh a page, check the network tab to see 404 error.
I think the issue is caused by injecting a relative path instead of an absolute one as a href attribute in the link tag. I'll post a PR that fixes the issue soon.
The text was updated successfully, but these errors were encountered:
Hey, thank you for a great plugin!
I'm having an issue when loading fonts from a nested route. Here's an example where you can reproduce the issue:
https://stackblitz.com/edit/vitejs-vite-font-plugin-bug?file=src%2FApp.tsx
Steps to reproduce:
/a/b/c
route in the sandbox and refresh a page, check the network tab to see 404 error.I think the issue is caused by injecting a relative path instead of an absolute one as a
href
attribute in the link tag. I'll post a PR that fixes the issue soon.The text was updated successfully, but these errors were encountered: