Skip to content

Commit

Permalink
based?
Browse files Browse the repository at this point in the history
  • Loading branch information
a2937 committed Dec 14, 2024
1 parent 663b817 commit 4920353
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import preact from "@astrojs/preact";
// https://astro.build/config
export default defineConfig({
site: 'https://a2937.github.io',
base: "/activity-log",
trailingSlash: "always",
integrations: [preact()],
});
8 changes: 4 additions & 4 deletions src/components/Navigation.astro
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
---
<div class="nav-links">
<a href="/">Home</a>
<a href="/about/">About</a>
<a href="/fcc/">FreeCodeCamp</a>
<a href="/personal/">Personal</a>
<a href="/activity-log/">Home</a>
<a href="/activity-log/about/">About</a>
<a href="/activity-log/fcc/">FreeCodeCamp</a>
<a href="/activity-log/personal/">Personal</a>
</div>

0 comments on commit 4920353

Please sign in to comment.