Commit d2128b62 authored by Kyle Roach's avatar Kyle Roach Committed by Dan Abramov
Browse files

Added instructions for using local images (#589)

parent a2d0469c
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -320,6 +320,8 @@ function Header() {
export default function Header;
```
This is currently required for local images. This ensures that when the project is built, webpack will correctly move the images into the build folder, and provide us with correct paths.
This works in CSS too:
```css
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment