Skip to content

Commit 239a25d

Browse files
updates for new website (#20)
1 parent 6793fa2 commit 239a25d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# greenwood-lit-ssr
22

3-
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.
3+
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.
44

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

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

2323
|Feature |Greenwood |Serverless|Edge|
2424
|---------- |----------|----------|----|
25-
|API Routes || ||
25+
|API Routes ||||
2626
|SSR Pages | ⚠️ | ⚠️ ||
2727

2828
### Known Issues

src/layouts/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1>Demos</h1>
3737
</main>
3838

3939
<footer>
40-
<a href="https://www.greenwoodjs.io/">Greenwood</a>
40+
<a href="https://www.greenwoodjs.dev/">Greenwood</a>
4141
</footer>
4242

4343
<app-modal></app-modal>

0 commit comments

Comments
 (0)