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 9b1ae33 commit 7082609Copy full SHA for 7082609
src/theme/LayoutHead/index.js
@@ -60,8 +60,8 @@ export default function LayoutHead(props) {
60
<link rel="preconnect" href="https://fonts.gstatic.com" />
61
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Roboto+Mono:wght@400;500;600;700&display=swap" rel="stylesheet"></link>
62
63
- <link href="/static/css/redis-sitesearch.css" rel="stylesheet"/>
64
- <link href="/static/css/redis-sitesearch-overrides.css" rel="stylesheet"/>
+ <link href="/css/redis-sitesearch.css" rel="stylesheet"/>
+ <link href="/css/redis-sitesearch-overrides.css" rel="stylesheet"/>
65
</Head>
66
67
<SearchMetadatas tag={DEFAULT_SEARCH_TAG} locale={currentLocale} {...searchMetadatas} />
0 commit comments