diff --git a/pages/_document.tsx b/pages/_document.tsx
index eaa2d812b5c31b75f80c9a6d030a774e6aaf24e0..02f5db06cb8edf2eedcb9f835c77e8fa5edfa185 100644
--- a/pages/_document.tsx
+++ b/pages/_document.tsx
@@ -7,7 +7,7 @@ const Document = (): React.ReactNode => (
     <body>
       <Main />
       <NextScript />
-      <Script src="/config.js" strategy="beforeInteractive" />
+      <Script src="./config.js" strategy="beforeInteractive" />
     </body>
   </Html>
 );