diff --git a/bun.lockb b/bun.lockb index db881bb..905e498 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 03f3f51..d2ddef1 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,13 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^5.7.2", + "@astrojs/svelte": "^6.0.2", "@astrojs/tailwind": "^5.0.0", "astro": "^4.16.8", - "caniuse-lite": "^1.0.30001669", + "caniuse-lite": "^1.0.30001684", "moment": "^2.30.1", "moment-timezone": "^0.5.45", - "svelte": "^5.1.9", + "svelte": "^5.2.11", "tailwindcss": "^3.3.3", "typescript": "^5.6.3" }, @@ -24,6 +24,6 @@ "prettier": "^3.0.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-svelte": "^3.0.3", - "@sveltejs/vite-plugin-svelte": "^4.0.0-next.6" + "@sveltejs/vite-plugin-svelte": "5.0.1" } } diff --git a/src/components/sections/BackToBlogs.astro b/src/components/sections/BackToBlogs.astro new file mode 100644 index 0000000..b1c90c3 --- /dev/null +++ b/src/components/sections/BackToBlogs.astro @@ -0,0 +1,21 @@ + + + + + + Back + diff --git a/src/components/sections/MoreProjects.svelte b/src/components/sections/MoreProjects.svelte index b9831c2..b7f1432 100644 --- a/src/components/sections/MoreProjects.svelte +++ b/src/components/sections/MoreProjects.svelte @@ -39,6 +39,7 @@ if (window.innerWidth <= 768) { video.muted = true; video.autoplay = true; + video.loop = true; video.play(); } } @@ -136,7 +137,7 @@ win32API to move the mouse and click.

- +
- +

{entry.data.title}

diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index ba6fe08..ee1961a 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -12,8 +12,6 @@ const blogPosts = await getCollection("blog"); title="Blog" description="Find out how to contact RythonDev, for sponsorship offers or collaboration opportunities!" > - -

Blog

diff --git a/src/pages/contact.astro b/src/pages/contact.astro index ccef702..9a13481 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -34,7 +34,7 @@ import Footer from "../components/sections/FooterComponent.astro";
- +