From bac948943396b6440c4b50531f41a8a61aacf57b Mon Sep 17 00:00:00 2001 From: ehab Date: Tue, 27 May 2025 12:46:45 +0300 Subject: [PATCH] text build --- build.sh | 4 ++++ templates/partials/head.html | 2 ++ vercel.json | 9 +++++++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 0df19a3..c4b5b74 100755 --- a/build.sh +++ b/build.sh @@ -70,4 +70,8 @@ echo "📋 Ensuring CSS is in public directory..." mkdir -p public/css cp static/css/index.css public/css/ +# Also copy to the root of public for fallback +echo "📋 Also copying CSS to root of public for fallback..." +cp static/css/index.css public/index.css + echo "✅ Build complete. Check public/ folder." diff --git a/templates/partials/head.html b/templates/partials/head.html index 14cefe9..aa57a8f 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -100,6 +100,8 @@ + +