docs: fix image URLs (#2264)

This commit is contained in:
TAKAHASHI Shuuji 2023-07-25 15:15:07 +09:00 committed by GitHub
parent 1671dfb617
commit 0719ad0afd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@ We use [Docus](https://docus.dev) as the site generator and deploy through Netli
5. Run `npm install`
Note: Run this from the project's `docs` folder, not the root of the repository on your machine!
6. Run `npm run dev` to launch a preview
7. Visit `localhost:3000/docs/` to see a live preview of the docs
7. Visit `localhost:3000/` to see a live preview of the docs
### Contributing