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.