From 54f008b39ac9fdf67096d519f323649af2ecdb53 Mon Sep 17 00:00:00 2001
From: notohh <github@notohh.dev>
Date: Sun, 2 Mar 2025 02:26:48 -0500
Subject: [PATCH] fmt

---
 eslint.config.js        | 16 ++++++++--------
 src/routes/+page.svelte |  2 +-
 svelte.config.js        |  8 ++++----
 vite.config.ts          |  8 ++++----
 4 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/eslint.config.js b/eslint.config.js
index 1419aaf..f43e1cb 100644
--- a/eslint.config.js
+++ b/eslint.config.js
@@ -1,10 +1,10 @@
-import js from '@eslint/js';
-import { includeIgnoreFile } from '@eslint/compat';
-import svelte from 'eslint-plugin-svelte';
-import globals from 'globals';
-import { fileURLToPath } from 'node:url';
-import ts from 'typescript-eslint';
-const gitignorePath = fileURLToPath(new URL('./.gitignore', import.meta.url));
+import js from '@eslint/js'
+import { includeIgnoreFile } from '@eslint/compat'
+import svelte from 'eslint-plugin-svelte'
+import globals from 'globals'
+import { fileURLToPath } from 'node:url'
+import ts from 'typescript-eslint'
+const gitignorePath = fileURLToPath(new URL('./.gitignore', import.meta.url))
 
 export default ts.config(
 	includeIgnoreFile(gitignorePath),
@@ -28,4 +28,4 @@ export default ts.config(
 			},
 		},
 	}
-);
+)
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 154bcb8..a244c76 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -16,7 +16,7 @@
 	<img
 		src={Pfp}
 		alt=""
-		class="mb-4 h-32 w-32 motion-preset-blur-down-lg rounded-full motion-delay-100"
+		class="pointer-events-none mb-4 h-32 w-32 motion-preset-blur-down-lg rounded-full motion-delay-100"
 	/>
 	<h1
 		class="motion-preset-blur-down-lg text-center text-4xl font-bold motion-delay-200"
diff --git a/svelte.config.js b/svelte.config.js
index 3ad145a..4d3d157 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -1,5 +1,5 @@
-import adapter from '@sveltejs/adapter-auto';
-import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
+import adapter from '@sveltejs/adapter-auto'
+import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
 
 /** @type {import('@sveltejs/kit').Config} */
 const config = {
@@ -13,6 +13,6 @@ const config = {
 		// See https://svelte.dev/docs/kit/adapters for more information about adapters.
 		adapter: adapter(),
 	},
-};
+}
 
-export default config;
+export default config
diff --git a/vite.config.ts b/vite.config.ts
index 02b4f1e..a125dae 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -1,6 +1,6 @@
-import { sveltekit } from '@sveltejs/kit/vite';
-import { defineConfig } from 'vite';
-import tailwindcss from '@tailwindcss/vite';
+import { sveltekit } from '@sveltejs/kit/vite'
+import { defineConfig } from 'vite'
+import tailwindcss from '@tailwindcss/vite'
 
 export default defineConfig({
 	plugins: [sveltekit(), tailwindcss()],
@@ -9,4 +9,4 @@ export default defineConfig({
 			allow: ['..'],
 		},
 	},
-});
+})