diff --git a/next.config.js b/next.config.js index a82d39e..e674786 100644 --- a/next.config.js +++ b/next.config.js @@ -1,10 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, - swcMinify: true, - images: { - domains: ['i.arch.gay', 'cdn.discordapp.com'] - } + swcMinify: true } module.exports = nextConfig diff --git a/package-lock.json b/package-lock.json index f671e13..489a589 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "swr": "^1.3.0" }, "devDependencies": { - "@types/node": "18.7.3", + "@types/node": "18.7.5", "@types/react": "18.0.17", "@types/react-dom": "18.0.6", "autoprefixer": "^10.4.8", @@ -273,9 +273,9 @@ } }, "node_modules/@types/node": { - "version": "18.7.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.3.tgz", - "integrity": "sha512-LJgzOEwWuMTBxHzgBR/fhhBOWrvBjvO+zPteUgbbuQi80rYIZHrk1mNbRUqPZqSLP2H7Rwt1EFLL/tNLD1Xx/w==", + "version": "18.7.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.5.tgz", + "integrity": "sha512-NcKK6Ts+9LqdHJaW6HQmgr7dT/i3GOHG+pt6BiWv++5SnjtRd4NXeiuN2kA153SjhXPR/AhHIPHPbrsbpUVOww==", "dev": true }, "node_modules/@types/prop-types": { @@ -2263,9 +2263,9 @@ } }, "@types/node": { - "version": "18.7.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.3.tgz", - "integrity": "sha512-LJgzOEwWuMTBxHzgBR/fhhBOWrvBjvO+zPteUgbbuQi80rYIZHrk1mNbRUqPZqSLP2H7Rwt1EFLL/tNLD1Xx/w==", + "version": "18.7.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.5.tgz", + "integrity": "sha512-NcKK6Ts+9LqdHJaW6HQmgr7dT/i3GOHG+pt6BiWv++5SnjtRd4NXeiuN2kA153SjhXPR/AhHIPHPbrsbpUVOww==", "dev": true }, "@types/prop-types": { diff --git a/package.json b/package.json index 5603ae1..b796e98 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "swr": "^1.3.0" }, "devDependencies": { - "@types/node": "18.7.3", + "@types/node": "18.7.5", "@types/react": "18.0.17", "@types/react-dom": "18.0.6", "autoprefixer": "^10.4.8", diff --git a/pages/index.tsx b/pages/index.tsx index 5fab647..63c7124 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -19,7 +19,7 @@ export default function() { return (
-
+
Profile Picture

albert

diff --git a/yarn.lock b/yarn.lock index 8f0b8a8..887212e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -100,10 +100,10 @@ dependencies: tslib "^2.4.0" -"@types/node@18.7.3": - version "18.7.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.3.tgz#432c89796eab539b7a30b7b8801a727b585238a4" - integrity sha512-LJgzOEwWuMTBxHzgBR/fhhBOWrvBjvO+zPteUgbbuQi80rYIZHrk1mNbRUqPZqSLP2H7Rwt1EFLL/tNLD1Xx/w== +"@types/node@18.7.5": + version "18.7.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.5.tgz#f1c1d4b7d8231c0278962347163656f9c36f3e83" + integrity sha512-NcKK6Ts+9LqdHJaW6HQmgr7dT/i3GOHG+pt6BiWv++5SnjtRd4NXeiuN2kA153SjhXPR/AhHIPHPbrsbpUVOww== "@types/prop-types@*": version "15.7.5"