Skip to content

Commit

Permalink
fix: update links in documentation to reflect new base path
Browse files Browse the repository at this point in the history
  • Loading branch information
oekazuma committed Dec 18, 2024
1 parent d585645 commit fe0aee8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import starlight from '@astrojs/starlight';

export default defineConfig({
site: 'https://oekazuma.github.io/',
base: import.meta.env.DEV ? '/' : '/svelte-meta-tags',
base: '/svelte-meta-tags',
integrations: [
starlight({
title: 'SvelteMetaTags',
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hero:
actions:
- text: Get started
icon: right-arrow
link: /installing/
link: /svelte-meta-tags/installing/
- text: View on GitHub
icon: external
variant: minimal
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/ja/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hero:
actions:
- text: はじめる
icon: right-arrow
link: /ja/installing/
link: /svelte-meta-tags/ja/installing/
- text: GitHubを見る
icon: external
variant: minimal
Expand Down
10 changes: 5 additions & 5 deletions docs/src/content/docs/ja/open-graph/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ sidebar:

Svelte Meta Tags は現在以下をサポートしています:

- [Basic](/ja/open-graph/basic)
- [Video](/ja/open-graph/video)
- [Article](/ja/open-graph/article)
- [Book](/ja/open-graph/book)
- [Profile](/ja/open-graph/profile)
- [Basic](/svelte-meta-tags/ja/open-graph/basic)
- [Video](/svelte-meta-tags/ja/open-graph/video)
- [Article](/svelte-meta-tags/ja/open-graph/article)
- [Book](/svelte-meta-tags/ja/open-graph/book)
- [Profile](/svelte-meta-tags/ja/open-graph/profile)
10 changes: 5 additions & 5 deletions docs/src/content/docs/open-graph/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The full specification can be found at <http://ogp.me/>.

Svelte Meta Tags currently supports:

- [Basic](/open-graph/basic)
- [Video](/open-graph/video)
- [Article](/open-graph/article)
- [Book](/open-graph/book)
- [Profile](/open-graph/profile)
- [Basic](/svelte-meta-tags/open-graph/basic)
- [Video](/svelte-meta-tags/open-graph/video)
- [Article](/svelte-meta-tags/open-graph/article)
- [Book](/svelte-meta-tags/open-graph/book)
- [Profile](/svelte-meta-tags/open-graph/profile)

0 comments on commit fe0aee8

Please sign in to comment.