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 ef5d06a commit 73a12d1Copy full SHA for 73a12d1
packages/web/src/render.tsx
@@ -150,7 +150,7 @@ export const Rendered = renderToString(
150
aria-label="merln"
151
width="60"
152
height="20"
153
- src="/favicon.svg"
+ src="./favicon.svg"
154
/>
155
</div>
156
<div class="footer-right">
@@ -167,13 +167,13 @@ export const Rendered = renderToString(
167
<h3>Terms</h3>
168
<p>
169
The JSON API is available at{" "}
170
- <a href="/api.json" target="_blank">
+ <a href="./api.json" target="_blank">
171
/api.json
172
</a>
173
</p>
174
175
There is a ruleset for crawlers in the{" "}
176
- <a href="/robots.txt" target="_blank">
+ <a href="./robots.txt" target="_blank">
177
/robots.txt
178
</a>{" "}
179
file.
0 commit comments