diff --git a/index.html b/index.html
index ebcc0889..5c3b95bc 100644
--- a/index.html
+++ b/index.html
@@ -31,6 +31,10 @@
+
+
+
+
diff --git a/src/components/sharedComponents/Avatar.tsx b/src/components/sharedComponents/Avatar.tsx
index 3d54ea86..83242610 100644
--- a/src/components/sharedComponents/Avatar.tsx
+++ b/src/components/sharedComponents/Avatar.tsx
@@ -54,6 +54,7 @@ const Avatar: FC = ({
diff --git a/src/components/sharedComponents/TokenLogo.tsx b/src/components/sharedComponents/TokenLogo.tsx
index 37ccc101..87627cdf 100644
--- a/src/components/sharedComponents/TokenLogo.tsx
+++ b/src/components/sharedComponents/TokenLogo.tsx
@@ -101,6 +101,7 @@ const TokenLogo: FC = ({ size = 24, token }) => {
setHasError(true)}
src={getSrc(logoURI)}
width={`${size}`}
diff --git a/vite.config.ts b/vite.config.ts
index e050c981..c79df3d1 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -17,6 +17,19 @@ export default defineConfig({
hostname: 'https://dappbooster.dev',
}),
],
+ build: {
+ rollupOptions: {
+ output: {
+ manualChunks: {
+ 'vendor-react': ['react', 'react-dom', 'react-dom/client'],
+ 'vendor-wagmi': ['wagmi', 'viem'],
+ 'vendor-tanstack': ['@tanstack/react-query', '@tanstack/react-router'],
+ 'vendor-chakra': ['@chakra-ui/react'],
+ 'vendor-web3': ['@reown/appkit', '@reown/appkit-adapter-wagmi'],
+ },
+ },
+ },
+ },
envPrefix: 'PUBLIC_',
resolve: {
alias: {