We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a6965 commit fbc4ad3Copy full SHA for fbc4ad3
src/app/layout.tsx
@@ -1,5 +1,5 @@
1
import {siteConfig} from '../siteConfig';
2
-import Script from 'next/script';
+
3
import {Analytics} from 'components/Analytics';
4
import {ScrollHandler} from 'components/SafariScrollHandler';
5
@@ -32,9 +32,8 @@ export const viewport = {
32
33
function ThemeScript() {
34
return (
35
- <Script
+ <script
36
id="theme-script"
37
- strategy="beforeInteractive"
38
dangerouslySetInnerHTML={{
39
__html: `
40
(function () {
@@ -88,9 +87,8 @@ function ThemeScript() {
88
87
89
function UwuScript() {
90
91
92
id="uwu-script"
93
94
95
96
0 commit comments