Skip to content

Commit

Permalink
Update _document.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyro3400 authored Aug 22, 2024
1 parent 69c2bc8 commit daaae0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class _Document extends Document {
<body>
<Main />
<NextScript />
<Script src="../public/discord-components.config.js" strategy="beforeInteractive" />
<Script src="@/public/discord-components.config.js" strategy="beforeInteractive" />
</body>
</Html>
);
Expand Down

0 comments on commit daaae0d

Please sign in to comment.