File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 'stats ' => env ('GITHUB_STATS_YEAR ' ),
2020 ),
2121
22+ 'umami ' => array (
23+ 'url ' => env ('UMAMI_URL ' ),
24+ 'websiteId ' => env ('UMAMI_WEBSITE_ID ' ),
25+ 'domains ' => env ('UMAMI_DOMAIN ' ),
26+ ),
27+
2228 'postmark ' => array (
2329 'key ' => env ('POSTMARK_API_KEY ' ),
2430 ),
Original file line number Diff line number Diff line change @@ -16,6 +16,15 @@ class="wa-dark wa-theme-awesome wa-palette-bright wa-brand-blue"
1616 <link rel =" preconnect" href =" https://fonts.bunny.net" >
1717 <link href =" https://fonts.bunny.net/css?family=instrument-sans:400,500,600" rel =" stylesheet" />
1818
19+ @if ( config (' services.umami.url' ) )
20+ <script
21+ defer
22+ src =" {{ config (' services.umami.url' ) } }"
23+ data-website-id =" {{ config (' services.umami.websiteId' ) } }"
24+ data-domains =" {{ config (' services.umami.domains' ) } }"
25+ ></script >
26+ @endif
27+
1928 @vite ([' resources/js/app.ts' , " resources/js/pages/{$page [' component' ]}.vue" ] )
2029 @inertiaHead
2130 </head >
You can’t perform that action at this time.
0 commit comments