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

import Image from "@/../public/next.svg"

@American
Answer
@ takes you to src, and public is at root so you go down one level to access public
American
🤦‍♂️ thanks