Skip to content

Commit

Permalink
docs: fix path for server assets (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
serkodev authored Feb 6, 2023
1 parent 78dd4f9 commit a899f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.guide/1.introduction/6.assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ All assets in `public/` directory will be automatically served.

## Server Assets

All assets in `server/assets/` directory will be added automatically to the server bundle.
All assets in `assets/` directory will be added automatically to the server bundle.

They can be addressed by the key `assets:server:path:to:asset` using [storage layer](/guide/introduction/storage) and `useStorage`.

Expand Down

0 comments on commit a899f1d

Please sign in to comment.