yari
yari copied to clipboard
fix(build): avoid warning multiple times
Summary
Fixes #10262.
Problem
Warn 'BLOG_ROOT' not set in .env file
multiple times in console.
Solution
Move warning to top level.
Screenshots
Before
After
How did you test this change?
run yarn dev
.
@fiji-flo PTAL :)