Skip to content

Commit

Permalink
updates for new website (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 authored Nov 7, 2024
1 parent 6793fa2 commit 239a25d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# greenwood-lit-ssr

A demonstration repo for deploying a full-stack [**Greenwood**](https://www.greenwoodjs.io/) app using [Lit](https://lit.dev/) SSR with Vercel static hosting and Serverless + Edge functions.
A demonstration repo for deploying a full-stack [**Greenwood**](https://www.greenwoodjs.dev/) app using [Lit](https://lit.dev/) SSR with Vercel static hosting and Serverless + Edge functions.

You can see the live demo at [https://greenwood-lit-ssr.vercel.app/](https://greenwood-lit-ssr.vercel.app/).

Expand All @@ -22,7 +22,7 @@ You can now run these npm scripts

|Feature |Greenwood |Serverless|Edge|
|---------- |----------|----------|----|
|API Routes || ||
|API Routes ||||
|SSR Pages | ⚠️ | ⚠️ ||

### Known Issues
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>Demos</h1>
</main>

<footer>
<a href="https://www.greenwoodjs.io/">Greenwood</a>
<a href="https://www.greenwoodjs.dev/">Greenwood</a>
</footer>

<app-modal></app-modal>
Expand Down

0 comments on commit 239a25d

Please sign in to comment.