fix pages
This commit is contained in:
parent
596dd9125a
commit
193125ddcd
6 changed files with 6 additions and 6 deletions
2
dist/about/index.html
vendored
2
dist/about/index.html
vendored
|
@ -30,7 +30,7 @@
|
|||
About Me
|
||||
</a>
|
||||
|
||||
<a class="navbar-item astro-SCKKX6R4" href="projects">
|
||||
<a class="navbar-item astro-SCKKX6R4" href="/projects">
|
||||
Projects
|
||||
</a>
|
||||
</div>
|
||||
|
|
2
dist/boilerplate/index.html
vendored
2
dist/boilerplate/index.html
vendored
|
@ -30,7 +30,7 @@
|
|||
About Me
|
||||
</a>
|
||||
|
||||
<a class="navbar-item astro-SCKKX6R4" href="projects">
|
||||
<a class="navbar-item astro-SCKKX6R4" href="/projects">
|
||||
Projects
|
||||
</a>
|
||||
</div>
|
||||
|
|
2
dist/index.html
vendored
2
dist/index.html
vendored
|
@ -31,7 +31,7 @@
|
|||
About Me
|
||||
</a>
|
||||
|
||||
<a class="navbar-item astro-SCKKX6R4" href="projects">
|
||||
<a class="navbar-item astro-SCKKX6R4" href="/projects">
|
||||
Projects
|
||||
</a>
|
||||
</div>
|
||||
|
|
2
dist/policy/index.html
vendored
2
dist/policy/index.html
vendored
|
@ -30,7 +30,7 @@
|
|||
About Me
|
||||
</a>
|
||||
|
||||
<a class="navbar-item astro-SCKKX6R4" href="projects">
|
||||
<a class="navbar-item astro-SCKKX6R4" href="/projects">
|
||||
Projects
|
||||
</a>
|
||||
</div>
|
||||
|
|
2
dist/projects/index.html
vendored
2
dist/projects/index.html
vendored
|
@ -30,7 +30,7 @@
|
|||
About Me
|
||||
</a>
|
||||
|
||||
<a class="navbar-item astro-SCKKX6R4" href="projects">
|
||||
<a class="navbar-item astro-SCKKX6R4" href="/projects">
|
||||
Projects
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -41,7 +41,7 @@ const { title } = Astro.props;
|
|||
About Me
|
||||
</a>
|
||||
|
||||
<a class="navbar-item" href="projects">
|
||||
<a class="navbar-item" href="/projects">
|
||||
Projects
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue