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 @@ + +