diff --git a/README.md b/README.md
index 3fa3709..0e7ce26 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
On dev machine:
```sh
-pnpm run build && mv ./dist ./dist-new && croc send ./dist-new
+pnpm run build && rm -r ./dist-new && mv ./dist ./dist-new && croc send ./dist-new
```
on server:
@@ -13,4 +13,4 @@ on server:
```sh
CROC_SECRET="XXXX-word-word-word" croc
rm -r ./dist-old/ && mv ./dist ./dist-old && mv ./dist-new ./dist
-```
\ No newline at end of file
+```
diff --git a/src/components/EmbedCode.astro b/src/components/EmbedCode.astro
index 760070c..631cd8b 100644
--- a/src/components/EmbedCode.astro
+++ b/src/components/EmbedCode.astro
@@ -1,9 +1,8 @@
---
-const description = "Just my little website do be gay and do crime on~";
const embedImage = "https://aria.coffee/static/img/sites/avatar.png";
const embedColour = "#380A84";
-const { pageTitle } = Astro.props;
+const { pageTitle, description } = Astro.props;
---
diff --git a/src/components/Greeting.jsx b/src/components/Greeting.jsx
index 47f7e99..7535b3b 100644
--- a/src/components/Greeting.jsx
+++ b/src/components/Greeting.jsx
@@ -8,7 +8,7 @@ export default function Greeting({ messages }) {
return (
-
{greeting}! Thank you for visiting!
+ {greeting}! Thank you for visiting!