Lowercase all images as VuePress doesn't handle uppercase extensions

This commit is contained in:
Oleg Kalachev
2022-04-12 04:55:12 +04:00
parent b36d69b54f
commit 6c42c522ce
12 changed files with 53 additions and 53 deletions

View File

@@ -49,7 +49,7 @@ This feature allows getting rid of the system interface elements. Let's go ahead
This is how the transmitter looks at this stage:
<img src="../assets/IMG_4397.PNG" width="50%">
<img src="../assets/IMG_4397.png" width="50%">
If you run your application, you will see that the sticks are not functioning. This is due to the fact that *JavaScript* is disabled in our page. To enable it, write the following code: