From a3061d1d59a03b6f64b4c505c8e8c6378192e9d0 Mon Sep 17 00:00:00 2001
From: LimePotato
Date: Fri, 18 Aug 2023 05:26:13 -0600
Subject: [PATCH] clarification
---
dist/policy/index.html | 2 +-
src/pages/policy.astro | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dist/policy/index.html b/dist/policy/index.html
index 3aef5f8..5f062e6 100644
--- a/dist/policy/index.html
+++ b/dist/policy/index.html
@@ -60,7 +60,7 @@
I use Bulma Which doesn't require JS in the frontend,
I've used a little JS for the mobile version,
specifically the menu burger opening and closing).
- I do however use Astro in the backend for server-side rendering,
+ I do however use Astro in the backend for server-side rendering (on the Staging Site),
i mostly use this as a boilerplate solution, as i got tired of entering the same copy-paste fields over and over again.
but this site will function if you turn JS off.
diff --git a/src/pages/policy.astro b/src/pages/policy.astro
index b7c52ef..7032dfe 100644
--- a/src/pages/policy.astro
+++ b/src/pages/policy.astro
@@ -13,7 +13,7 @@ import Card from '../components/Card.astro';
I use Bulma Which doesn't require JS in the frontend,
I've used a little JS for the mobile version,
specifically the menu burger opening and closing).
- I do however use Astro in the backend for server-side rendering,
+ I do however use Astro in the backend for server-side rendering (on the Staging Site),
i mostly use this as a boilerplate solution, as i got tired of entering the same copy-paste fields over and over again.
but this site will function if you turn JS off.