Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Whats better for Nextjs image src - import or path? - Theo's Typesafe Cult
TTC
Theo's Typesafe Cult
•
4y ago
•
7 replies
jakeman
Whats better for Nextjs image src - import or path?
Is there a difference between
, if so which one is better
?
import logo from
"
.
.
/logo
.svg
"
<Image src
=
{logo
}
/
>
and
<Image src
=
"
/logo
.svg
"
/
>
Theo's Typesafe Cult
Join
26,564
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
whats better? @ or relative paths? for making an api
TTC
Theo's Typesafe Cult / questions
8mo ago
Nextjs image config?
TTC
Theo's Typesafe Cult / questions
2y ago
NextJs Image component
TTC
Theo's Typesafe Cult / questions
3y ago
shortest import path with eslint + tsconfig.json paths
TTC
Theo's Typesafe Cult / questions
3y ago