Skip to content

Commit

Permalink
Merge pull request #323 from longview-labs/new-tab-fix
Browse files Browse the repository at this point in the history
fix: not found error when opening in new tab
  • Loading branch information
twilson63 authored Jun 7, 2024
2 parents aa5a8fb + 72afba4 commit 4497ec8
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 88 deletions.
4 changes: 2 additions & 2 deletions docs/src/.vuepress/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ onMounted(() => {
@toggle="$emit('toggle-sidebar')"
/>

<I18NRouterLink to="/" style="flex: 1;">
<I18NRouterLink to="/index.html" style="flex: 1;">
<div class="logo"></div>
</I18NRouterLink>
</div>
Expand All @@ -59,7 +59,7 @@ onMounted(() => {
<I18NRouterLink
class="d-none d-md-block"
style="color: var(--c-text)"
to="/getting-started/"
to="/getting-started/index.html"
>Docs</I18NRouterLink
>

Expand Down
6 changes: 3 additions & 3 deletions docs/src/.vuepress/components/Onboarding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const frontmatter = usePageFrontmatter();

<div class="col-12 col-md-6 col-xl-3">
<I18NRouterLink
to="/getting-started/quick-starts/hw-no-code"
to="/getting-started/quick-starts/hw-no-code.html"
class="onboard-card"
>
<div class="card-content">
Expand Down Expand Up @@ -178,7 +178,7 @@ const frontmatter = usePageFrontmatter();
</div>

<div class="col-12 col-md-6 col-xl-3">
<I18NRouterLink to="/concepts" class="onboard-card">
<I18NRouterLink to="/concepts/index.html" class="onboard-card">
<div class="card-content">
<div class="icon-container">
<div class="icon">
Expand Down Expand Up @@ -294,7 +294,7 @@ const frontmatter = usePageFrontmatter();
</div>

<div class="col-12 col-md-6 col-xl-3">
<I18NRouterLink to="/guides" class="onboard-card">
<I18NRouterLink to="/guides/index.html" class="onboard-card">
<div class="card-content">
<div class="icon-container">
<div class="icon">
Expand Down
Loading

0 comments on commit 4497ec8

Please sign in to comment.