From 92788a9c696d27e6d9eaf99c6d413bf185931ab7 Mon Sep 17 00:00:00 2001
From: Aaron Yarborough <3855819+AaronJY@users.noreply.github.com>
Date: Fri, 25 Apr 2025 11:26:18 +0100
Subject: [PATCH] feat: add 1001-nights review
---
content/books/1001-Nights.md | 10 ++++++++++
deploy.sh | 3 ---
package.json | 2 +-
public/sitemap.xml | 1 +
4 files changed, 12 insertions(+), 4 deletions(-)
create mode 100644 content/books/1001-Nights.md
diff --git a/content/books/1001-Nights.md b/content/books/1001-Nights.md
new file mode 100644
index 0000000..b4be0ec
--- /dev/null
+++ b/content/books/1001-Nights.md
@@ -0,0 +1,10 @@
+---
+title: 'One Thousand and One Nights: A Retelling'
+author: Hanan Al-Shaykh
+stars: 4
+readDate: 2025-04-23T23:00:00.000Z
+url: 'https://app.thestorygraph.com/books/636bfc4c-4911-4dc0-98c1-7f6ca8c3f14f'
+thumbnailUrl: 'https://cdn.thestorygraph.com/2z3i3jpvmh2vc31i6ndpplbc29dy'
+tags: 'fiction, fantasy, short stories'
+---
+
diff --git a/deploy.sh b/deploy.sh
index 4a14b95..0e334f7 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -3,9 +3,6 @@ source ./deploy-vars.sh
echo "Host: $SSH_HOST"
echo "Path: $SSH_UPLOAD_PATH"
-echo "Building..."
-npm run build
-
echo "Deploying..."
rsync -r --delete ./out/ root@$SSH_HOST:$SSH_UPLOAD_PATH
diff --git a/package.json b/package.json
index c4ec4da..f41f46d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "www-aaronjy-me",
- "version": "1.7.4.4",
+ "version": "1.7.4.5",
"private": true,
"type": "module",
"scripts": {
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 08cfa40..6903a05 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -6,6 +6,7 @@
https://www.aaronjy.me/library/0.8
https://www.aaronjy.me/tags/0.8
https://www.aaronjy.me/writing/0.8
+https://www.aaronjy.me/library/1001-Nights/
https://www.aaronjy.me/library/1984/
https://www.aaronjy.me/library/A-Monster-Calls/
https://www.aaronjy.me/library/Childhoods-End/