DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Next.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Next.js
A route defines app/opengraph-image.jpg AND app/blog/opengraph-image.jpg. Which one is used for /blog/hello-world?
A
Always the root-level one
B
The more specific one — app/blog/opengraph-image.jpg — takes precedence for routes under /blog
C
Both are combined into one image
D
Neither — dynamic routes ignore static OG images
Check Answer