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
A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
The same problem exists in two different projects. Most components / javascripts are preload + module or modulepreload, but for example these three files are loaded differently and this is not correct way to do that.
The same issue exists in two separate projects. Most components / javascripts are preload + module or modulepreload, but these three files are loaded differently, which is incorrect. Perhaps all of the custom components are loaded incorrectly?
Environment
Darwin
v16.16.0
3.3.1
2.3.1
yarn@1.22.19
vite
target
,modules
,css
,unocss
,routeRules
@nuxt/content@2.3.0
,@unocss/nuxt@0.48.4
-
Reproduction
https://github.com/timoanttila/timoanttila
Describe the bug
A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
The same problem exists in two different projects. Most components / javascripts are preload + module or modulepreload, but for example these three files are loaded differently and this is not correct way to do that.
The same issue exists in two separate projects. Most components / javascripts are preload + module or modulepreload, but these three files are loaded differently, which is incorrect. Perhaps all of the custom components are loaded incorrectly?
My personal website has only these three:
Another project has 13 incorrectly loaded files.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: