File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 54
54
"standard-version" : " ^9.5.0" ,
55
55
"tailwindcss" : " ^3.4.1" ,
56
56
"typescript" : " ^5"
57
- }
57
+ },
58
+ "packageManager" : " pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
58
59
}
Original file line number Diff line number Diff line change @@ -57,14 +57,16 @@ export default function RootLayout({
57
57
'font-sans max-w-screen-md mx-auto p-4 w-full px-6'
58
58
) }
59
59
>
60
+ < head >
61
+ < Script
62
+ defer
63
+ src = 'https://analytics.reynadi.com/script.js'
64
+ strategy = 'beforeInteractive'
65
+ data-website-id = '161288d3-c258-4064-8e33-97a87b56248a'
66
+ data-domains = 'reynadi.com'
67
+ />
68
+ </ head >
60
69
< body > { children } </ body >
61
- < Script
62
- defer
63
- src = 'https://analytics.reynadi.com/script.js'
64
- strategy = 'beforeInteractive'
65
- data-website-id = '161288d3-c258-4064-8e33-97a87b56248a'
66
- data-domains = 'reynadi.com'
67
- />
68
70
</ html >
69
71
</ >
70
72
) ;
You can’t perform that action at this time.
0 commit comments