We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Im Trying to use images that are in /public/images/image.png I do the import as
import logoSrcDark from "/images/LogoOpthormDark.png";
Then I get this failure:
I tryed a lot.. even ./images ../images just /images or just /image.png etc.. Nothing works..
Same for scripts in root.tsx I set some <script> tags about google analytics and other .js for mailsform in php and everything doesnt work.
The text was updated successfully, but these errors were encountered:
try with ~ for Vite to understand import logoSrcDark from "~/images/LogoOpthormDark.png";
Sorry, something went wrong.
No branches or pull requests
Hello Im Trying to use images that are in /public/images/image.png I do the import as
import logoSrcDark from "/images/LogoOpthormDark.png";
Then I get this failure:
I tryed a lot.. even ./images ../images just /images or just /image.png etc..
Nothing works..
Same for scripts in root.tsx I set some <script> tags about google analytics and other .js for mailsform in php and everything doesnt work.
The text was updated successfully, but these errors were encountered: