Skip to content

Commit b09cf83

Browse files
author
arnoson
committed
Fix example
1 parent 894b7f3 commit b09cf83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ Create a multi page setup as described [here](https://vitejs.dev/guide/build.htm
160160
(use js entries instead of html entries).
161161
You can then pass your entry file names to `kirby-vites` helper functions:
162162
```php
163-
vite()->js('nested/index.js')
164-
vite()->css('nested/index.js')
163+
vite()->js('nested/index.js');
164+
vite()->css('nested/index.js');
165165
```
166166

167167

0 commit comments

Comments
 (0)