From 27ef07f6cfe7ae723cdf02b86f43c37fda0c5e76 Mon Sep 17 00:00:00 2001
From: Daniel Fjeldstad <45217974+w3bdesign@users.noreply.github.com>
Date: Fri, 9 Sep 2022 03:24:51 +0200
Subject: [PATCH 1/7] fix: Fix spelling error - excelent
---
src/components/widgets/Features2.astro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/widgets/Features2.astro b/src/components/widgets/Features2.astro
index e64f1ca..bbc12af 100644
--- a/src/components/widgets/Features2.astro
+++ b/src/components/widgets/Features2.astro
@@ -21,7 +21,7 @@ const items = [
],
[
{
- title: "Excelent Page Speed",
+ title: "Excellent Page Speed",
description:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, quam nec venenatis lobortis, mi risus tempus nulla.",
},
From 5c4915f325580cbfed381e19abb81913a1542c16 Mon Sep 17 00:00:00 2001
From: prototypa <54446028+prototypa@users.noreply.github.com>
Date: Thu, 8 Sep 2022 23:01:57 -0400
Subject: [PATCH 2/7] Update BaseLayout.astro
---
src/layouts/BaseLayout.astro | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index 1e6093f..b6fe1dc 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -8,7 +8,7 @@ const { meta = {} } = Astro.props;
---
-
+
@@ -23,4 +23,4 @@ const { meta = {} } = Astro.props;
img {
content-visibility: auto;
}
-
\ No newline at end of file
+
From 5d7e7867acc6b433d04c2de90c7d664164d0a6be Mon Sep 17 00:00:00 2001
From: prototypa <54446028+prototypa@users.noreply.github.com>
Date: Fri, 9 Sep 2022 00:12:00 -0400
Subject: [PATCH 3/7] Create render.yaml
---
render.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 render.yaml
diff --git a/render.yaml b/render.yaml
new file mode 100644
index 0000000..8c288c7
--- /dev/null
+++ b/render.yaml
@@ -0,0 +1,8 @@
+services:
+ # A static site
+ - type: web
+ name: astrowind
+ env: static
+ buildCommand: npm build
+ staticPublishPath: ./dist
+ pullRequestPreviewsEnabled: true # optional
From fdd06e09bbbbede98cc1b0b23945091194f16e9f Mon Sep 17 00:00:00 2001
From: prototypa <54446028+prototypa@users.noreply.github.com>
Date: Fri, 9 Sep 2022 00:13:07 -0400
Subject: [PATCH 4/7] Add Deploy to Render
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 00fb83d..13e1848 100644
--- a/README.md
+++ b/README.md
@@ -189,6 +189,13 @@ Clone this repository on own GitHub account and deploy to Vercel:
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fonwidget%2Fastrowind)
+#### Deploy to Render
+
+Clone this repository on own GitHub account and deploy to Render:
+
+[](https://render.com/deploy?repo=https://github.com/onwidget/astrowind)
+
+
## Roadmap
From 915e789ede5f2cf66328d65a5d62de6eb36da1a0 Mon Sep 17 00:00:00 2001
From: prototypa <54446028+prototypa@users.noreply.github.com>
Date: Fri, 9 Sep 2022 00:17:51 -0400
Subject: [PATCH 5/7] Update render.yaml
---
render.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/render.yaml b/render.yaml
index 8c288c7..a431bfe 100644
--- a/render.yaml
+++ b/render.yaml
@@ -3,6 +3,6 @@ services:
- type: web
name: astrowind
env: static
- buildCommand: npm build
+ buildCommand: npm run build
staticPublishPath: ./dist
pullRequestPreviewsEnabled: true # optional
From f520dc8e81774cccd8142fae41c31867ce20cbfa Mon Sep 17 00:00:00 2001
From: prototypa <54446028+prototypa@users.noreply.github.com>
Date: Fri, 9 Sep 2022 00:21:48 -0400
Subject: [PATCH 6/7] Update README.md
---
README.md | 6 ------
1 file changed, 6 deletions(-)
diff --git a/README.md b/README.md
index 13e1848..a44a5e0 100644
--- a/README.md
+++ b/README.md
@@ -189,12 +189,6 @@ Clone this repository on own GitHub account and deploy to Vercel:
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fonwidget%2Fastrowind)
-#### Deploy to Render
-
-Clone this repository on own GitHub account and deploy to Render:
-
-[](https://render.com/deploy?repo=https://github.com/onwidget/astrowind)
-
From 15fc1d3d657bb064b8cc8fa2d49a863d9fcec6b9 Mon Sep 17 00:00:00 2001
From: prototypa <54446028+prototypa@users.noreply.github.com>
Date: Fri, 9 Sep 2022 00:22:06 -0400
Subject: [PATCH 7/7] Delete render.yaml
---
render.yaml | 8 --------
1 file changed, 8 deletions(-)
delete mode 100644 render.yaml
diff --git a/render.yaml b/render.yaml
deleted file mode 100644
index a431bfe..0000000
--- a/render.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-services:
- # A static site
- - type: web
- name: astrowind
- env: static
- buildCommand: npm run build
- staticPublishPath: ./dist
- pullRequestPreviewsEnabled: true # optional