+ use local api

Co-Authored-By: looskie <50378828+Looskie@users.noreply.github.com>
This commit is contained in:
Hexiro
2021-06-27 19:02:36 -04:00
parent e1024a0a39
commit a44c8e9a8b

View File

@@ -48,7 +48,7 @@ export default function Home() {
</Output>
<Copy onClick={copy}>{copyState}</Copy>
<Example
src={`https://lanyard-profile-readme.vercel.app/api/${userId}`}
src={`/api/${userId}`}
alt="[Please provide a valid user ID!]"
style={{ color: "#ff8787" }}
/>