Skip to content

Commit 7ecf244

Browse files
authored
Update static-dir-deprecated.md
1 parent e52a224 commit 7ecf244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

errors/static-dir-deprecated.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can move your `static` directory inside of the `public` directory and all UR
1212

1313
**Before**
1414

15-
```sh
15+
```
1616
static/
1717
my-image.jpg
1818
pages/
@@ -23,7 +23,7 @@ components/
2323

2424
**After**
2525

26-
```sh
26+
```
2727
public/
2828
static/
2929
my-image.jpg

0 commit comments

Comments
 (0)