Skip to content

Commit

Permalink
update project naming in site
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Oct 27, 2023
1 parent 6d59ebb commit 6f7f98d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@
},
"keywords": [
"Greenwood",
"Vercel",
"WCC",
"Web Components",
"Serverless",
"Edge",
"SSR"
"GitHub Pages",
"Web Components"
],
"scripts": {
"dev": "greenwood develop",
Expand Down
6 changes: 3 additions & 3 deletions src/templates/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" prefix="og:http://ogp.me/ns#">

<head>
<title>Greenwood Demo - Vercel Adapter</title>
<title>Greenwood Demo - GitHub Pages</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico"/>
Expand All @@ -25,8 +25,8 @@
<main>
<h1>Demos</h1>
<p>This is a
<a href="https://github.com/ProjectEvergreen/greenwood-demo-adapter-vercel" title="Link to demonstration repo">Greenwood demonstration repo</a>
showcasing various features deployed to and running on Vercel serverless functions.
<a href="https://github.com/ProjectEvergreen/greenwood-demo-github-pages" title="Link to demonstration repo">Greenwood demonstration repo</a>
showcasing a static site deployed to GitHub Pages.
</p>
<page-outlet></page-outlet>
</main>
Expand Down

0 comments on commit 6f7f98d

Please sign in to comment.