fix: move Google Fonts import before Tailwind; transpile @solana/connector

This commit is contained in:
thesn10
2026-06-25 11:44:11 +02:00
parent 6bba1874aa
commit 2980cc5d43
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ import type { NextConfig } from 'next'
const config: NextConfig = {
reactStrictMode: true,
transpilePackages: ['@solana/connector'],
}
export default config