From 3d63540c0b5ef6912f3fdc109d77ad58b67a6e84 Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Sat, 20 Dec 2025 04:24:38 +0400 Subject: [PATCH] Update README with local screenshot path and project structure --- README.md | 2 +- vercel.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 vercel.json diff --git a/README.md b/README.md index e0a533c..d82808c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ## 📸 **App Showcase**
- NanoJason Hero + NanoJason Hero

The ultimate prompt engineering dashboard

diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..c6c779f --- /dev/null +++ b/vercel.json @@ -0,0 +1 @@ +{"rewrites":[{"source":"/(.*)","destination":"/index.html"}]} \ No newline at end of file