Skip to content

Commit a082f1d

Browse files
authored
Merge pull request #1935 from brefphp/fix-laravel-docs
Update the Laravel example config for serving websites
2 parents fcf7b36 + c12e211 commit a082f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/use-cases/websites.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ serverless plugin install -n serverless-lift
5353
website:
5454
type: server-side-website
5555
assets:
56-
'/js/*': public/js
57-
'/css/*': public/css
56+
'/build/*': public/build
57+
'/vendor/*': public/vendor
5858
'/favicon.ico': public/favicon.ico
5959
'/robots.txt': public/robots.txt
6060
# add here any file or directory that needs to be served from S3

0 commit comments

Comments
 (0)