Skip to content

Commit 1e98d2e

Browse files
committed
fix(docs): fix docs links
1 parent 60bfa77 commit 1e98d2e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default defineConfig({
1414
starlight({
1515
title: 'Input OTP Native',
1616
plugins: [starlightThemeRapide()],
17+
head: [{ tag: 'link', attrs: { rel: 'icon', href: '/favicon.ico' } }],
1718
social: [
1819
{
1920
icon: 'github',

docs/public/favicon.ico

14.2 KB
Binary file not shown.

docs/public/favicon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/src/content/docs/getting-started.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ import { Code } from '@astrojs/starlight/components';
3737

3838
We create a few examples that you can copy paste and use in your project.
3939

40-
- [Stripe style](./examples/stripe)
41-
- [Apple style](./examples/apple)
42-
- [Revolt style](./examples/revolt)
43-
- [Dashed style](./examples/dashed)
40+
- [Stripe style](/examples/stripe)
41+
- [Apple style](/examples/apple)
42+
- [Revolt style](/examples/revolt)
43+
- [Dashed style](/examples/dashed)
4444

4545
## OTPInput Props
4646

0 commit comments

Comments
 (0)