Replies: 1 comment
|
Hi, how are you importing the fonts? Do compiled CSS files have the URL wrong? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using primevue in my Vie/Vue app. All the assets from are built on wwwroot are not getting referenced in my dev vite server :
this is my wwwroot :
I added the reference to my main.css thought vie-href :
<link rel="stylesheet" vite-href="~/main.ts" asp-append-version="true" />This is everthing on my dev server
All reactions