Skip to content
Snippets Groups Projects
Commit 13dd502f authored by Piotr Gawron's avatar Piotr Gawron
Browse files

relative path to config file

parent 77785d4c
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!178Bugfix/deployment issues
......@@ -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>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment