Skip to content

Commit

Permalink
Link to server-side websites in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jul 9, 2021
1 parent de40837 commit 540b793
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,21 @@ constructs:

[Read more...](docs/webhook.md)

### [Server-side website](docs/server-side-website.md)

Deploy server-side rendered websites, for example Laravel or Symfony apps.

```yaml
constructs:
website:
type: server-side-website
assets:
'/css/*': public/css
'/js/*': public/js
```

[Read more...](docs/server-side-website.md)

More constructs are coming soon! Got suggestions? [Open and upvote drafts](https://github.com/getlift/lift/discussions/categories/components).

## Ejecting
Expand Down

0 comments on commit 540b793

Please sign in to comment.