From 72bf23f2c9b87fc323802fe2969545d78d28136b Mon Sep 17 00:00:00 2001 From: PolyCat Date: Mon, 29 Jul 2024 20:09:57 +0300 Subject: [PATCH] moved background to public dir --- {src/assets => public}/green_landscape.webp | Bin src/pages/index.astro | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {src/assets => public}/green_landscape.webp (100%) diff --git a/src/assets/green_landscape.webp b/public/green_landscape.webp similarity index 100% rename from src/assets/green_landscape.webp rename to public/green_landscape.webp diff --git a/src/pages/index.astro b/src/pages/index.astro index 0ecabe6..4c8ea4a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -27,7 +27,7 @@ const Link = "https://github.com/PolyCatDev/flipper-cafe";