Skip to content

Commit

Permalink
Fix links broken by Couscous
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen committed Oct 24, 2021
1 parent 8d531e6 commit 8958852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/environment/custom-domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ After waiting for the DNS change to propagate (sometimes up to several hours) yo
Some applications serve static files hosted on AWS S3. You can read the [Websites](/docs/websites.md) documentation to learn more.

If you want to host a fully static website with HTML files or a Single Page Application (eg. built with Vue, React or Angular)
you may be interested in [the Static Website construct of the Lift plugin](https://github.com/getlift/lift/blob/master/docs/static-website.md).
you may be interested in <a href="https://github.com/getlift/lift/blob/master/docs/static-website.md">the Static Website construct of the Lift plugin</a>.

This allows to configure custom domains, root domain to `www` redirects and more. Check out [the official documentation](https://github.com/getlift/lift/blob/master/docs/static-website.md) for more details.
This allows to configure custom domains, root domain to `www` redirects and more. Check out <a href="https://github.com/getlift/lift/blob/master/docs/static-website.md">the official documentation</a> for more details.

0 comments on commit 8958852

Please sign in to comment.