Skip to content

Commit edef865

Browse files
committed
I translated the sentence I did not translate.
1 parent 389019d commit edef865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ko/using-static-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</script>
2424
```
2525

26-
Here `webpack` will not bundle the `unsplash.png` image and the application will look inside the `static/imgs/unsplash.png` directory for the asset. Thanks to `vue-loader`, all of the dirty work is done for us.
26+
여기서 `webpack``unsplash.png` 이미지를 번들로 제공하지 않으며 애플리케이션은 해당 asset을 `static/imgs/unsplash.png` 디렉토리에서 찾습니다. `vue-loader` 덕분에 모든 더러운 작업이 완료되었습니다.
2727

2828
### Use Case within JS with `fs`,`path` and `__static`
2929

0 commit comments

Comments
 (0)