File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ const nextConfig: NextConfig = {
2222 protocol : 'https' ,
2323 hostname : 'avatars.githubusercontent.com' ,
2424 } ,
25+ {
26+ protocol : 'https' ,
27+ hostname : 'raw.githubusercontent.com' ,
28+ } ,
2529 ] ,
2630 } ,
2731 sassOptions : {
Original file line number Diff line number Diff line change 1+ import { Analytics } from '@vercel/analytics/react' ;
12import { SessionProvider } from 'next-auth/react' ;
23import { setRequestLocale } from 'next-intl/server' ;
34import { Inter } from 'next/font/google' ;
@@ -13,7 +14,6 @@ import { routing } from '@/i18n';
1314import { GlobalProvider } from '@/providers/GlobalProvider' ;
1415
1516import '@/styles/global.scss' ;
16- import { Analytics } from '@vercel/analytics/react'
1717
1818const inter = Inter ( {
1919 subsets : [ 'latin-ext' ] ,
You can’t perform that action at this time.
0 commit comments