Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoson committed Feb 15, 2021
1 parent 894b7f3 commit b09cf83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ Create a multi page setup as described [here](https://vitejs.dev/guide/build.htm
(use js entries instead of html entries).
You can then pass your entry file names to `kirby-vites` helper functions:
```php
vite()->js('nested/index.js')
vite()->css('nested/index.js')
vite()->js('nested/index.js');
vite()->css('nested/index.js');
```


Expand Down

0 comments on commit b09cf83

Please sign in to comment.