diff --git a/apps/vaults/components/list/VaultsListRetired.tsx b/apps/vaults/components/list/VaultsListRetired.tsx
index 64fcd2ae0..7b6f7a834 100644
--- a/apps/vaults/components/list/VaultsListRetired.tsx
+++ b/apps/vaults/components/list/VaultsListRetired.tsx
@@ -15,6 +15,7 @@ export function VaultsListRetired({currentVault}: {currentVault: TYDaemonVault})
return (
diff --git a/apps/vaults/components/list/VaultsListRow.tsx b/apps/vaults/components/list/VaultsListRow.tsx
index dfe58c2b9..b2b31044a 100755
--- a/apps/vaults/components/list/VaultsListRow.tsx
+++ b/apps/vaults/components/list/VaultsListRow.tsx
@@ -356,6 +356,7 @@ export function VaultsListRow({currentVault}: {currentVault: TYDaemonVault}): Re
return (
diff --git a/next.config.js b/next.config.js
index f99f1f6f0..8d815b262 100755
--- a/next.config.js
+++ b/next.config.js
@@ -19,15 +19,15 @@ const config = {
remotePatterns: [
{
protocol: 'https',
- hostname: '**.rawcdn.githack.com'
+ hostname: 'rawcdn.githack.com'
},
{
protocol: 'https',
- hostname: '**.raw.githubusercontent.com'
+ hostname: 'raw.githubusercontent.com'
},
{
protocol: 'https',
- hostname: '**.assets.smold.app'
+ hostname: 'assets.smold.app'
}
]
},
diff --git a/package.json b/package.json
index ceeba43f9..76598a516 100644
--- a/package.json
+++ b/package.json
@@ -97,6 +97,6 @@
"postcss": ">=8.4.31"
},
"engines": {
- "node": ">=18.0.0"
+ "node": ">=18.17.0"
}
}