Next.js Discord
Discord Forum
How to import images from the public folder when using the src folder
Answered
American
posted this in
#help-forum
Open in Discord
Original message was deleted.
Answered by
Arinji
import Image from "@/../public/next.svg"
@American
View full answer
3 Replies
Arinji
2024-03-31T13:41:33.000Z
import Image from "@/../public/next.svg"
@American
Answer
Arinji
2024-03-31T13:42:04.000Z
@ takes you to src, and public is at root so you go down one level to access public
American
2024-03-31T13:44:10.000Z
🤦â€â™‚ï¸ thanks