We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcf7b36 + c12e211 commit a082f1dCopy full SHA for a082f1d
docs/use-cases/websites.mdx
@@ -53,8 +53,8 @@ serverless plugin install -n serverless-lift
53
website:
54
type: server-side-website
55
assets:
56
- '/js/*': public/js
57
- '/css/*': public/css
+ '/build/*': public/build
+ '/vendor/*': public/vendor
58
'/favicon.ico': public/favicon.ico
59
'/robots.txt': public/robots.txt
60
# add here any file or directory that needs to be served from S3
0 commit comments