From 71c14fee52f673a1f8af066a94093f458d822355 Mon Sep 17 00:00:00 2001 From: SrJuggernaut Date: Sat, 27 Jan 2024 14:08:36 -0600 Subject: [PATCH] chore: updated dependencies --- .env.example | 3 ++- bun.lockb | Bin 280907 -> 280907 bytes next.config.js | 7 ++++++- package.json | 2 +- tsconfig.json | 3 ++- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 0d5a2cd..2033185 100644 --- a/.env.example +++ b/.env.example @@ -27,4 +27,5 @@ DATABASE_URL="" # Website Variables -NEXT_PUBLIC_SITE_URL="https://entgamers.com" \ No newline at end of file +NEXT_PUBLIC_SITE_URL="https://entgamers.com" +IMAGE_DOMAINS="domain.com,another.domain.com" \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index 66f990f41dd3faee2ba3fcf00b48b497eae3c6ac..638bc7fe358556e68a8de4013ce36be329fac20a 100755 GIT binary patch delta 153 zcmV;K0A~Nok`c?25s)q*Yf)2_z}3g&S^!Ne9hmX+z!|aWz?3GGslz6DA~Paku}*rL zlL%fggZP@a_?iK&13=KHPft#X-7OXjn@2Kr?MtYJe%xGQy^?38W`_y7o&QB0wwVYJ zlJ domain.trim()) + module.exports = { - reactStrictMode: true + reactStrictMode: true, + images: { + domains: imageDomains + } } diff --git a/package.json b/package.json index 4aeb040..267515c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@reduxjs/toolkit": "^2.0.1", "appwrite": "^13.0.1", - "entgamers-database": "0.0.13", + "entgamers-database": "0.0.14", "entgamers-panda-preset": "0.1.2", "formik": "^2.4.5", "framer-motion": "^10.17.6", diff --git a/tsconfig.json b/tsconfig.json index c6b9b40..1e28cf6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,7 +34,8 @@ "next-env.d.ts", "**/*.ts", "**/*.tsx", - ".next/types/**/*.ts" + ".next/types/**/*.ts", + "next.config.js" ], "exclude": [ "node_modules"