From 32a281fa7f9f1c3b629555f975b7d9b6f4f00b99 Mon Sep 17 00:00:00 2001
From: Dysk0 <javiroldan98@gmail.com>
Date: Thu, 18 Apr 2024 20:13:08 +0200
Subject: [PATCH] commit

---
 .vscode/launch.json | 9 +++------
 src/pages/index.tsx | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/.vscode/launch.json b/.vscode/launch.json
index 42ba402..743dfb1 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -2,9 +2,9 @@
   "version": "0.2.0",
   "configurations": [
     {
-      "type": "node",  // Changed from pwa-node to node
+      "type": "node",
       "request": "launch",
-      "name": "Launch Program",
+      "name": "Launch Next.js",
       "skipFiles": ["<node_internals>/**"],
       "program": "${workspaceFolder}/node_modules/next/dist/bin/next",
       "args": ["dev"],
@@ -12,10 +12,7 @@
       "port": 9229,
       "restart": true,
       "console": "integratedTerminal",
-      "env": {
-        "NODE_OPTIONS": "--inspect=9229"
-      },
       "cwd": "${workspaceFolder}"
     }
   ]
-}
\ No newline at end of file
+}
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index da9f8f9..3d16509 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -16,7 +16,7 @@ const Home: React.FC = () => {
                     Hello World UwU
                 </h1>
                 <p className={styles.description}>
-                    Yay wassup maniggis!
+                    Heyhey
                     <code className={styles.code}>src/pages/index.tsx This is code!!</code>
                 </p>
             </main>
-- 
GitLab