Skip to content

Commit

Permalink
mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
satya319 committed Sep 22, 2023
1 parent 6ea157a commit 6e0701d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from 'astro/config';

export default defineConfig({
site: 'https://satyajit.github.io',
base: '/satya319',
site: 'https://satya319.github.io/satya319/',
//base: '/satya319',
})
6 changes: 3 additions & 3 deletions src/components/Nav.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import type { iconPaths } from './IconPaths';
/** Main menu items */
const textLinks: { label: string; href: string }[] = [
{ label: 'Home', href: '../' },
{ label: 'Work', href: '../work/' },
{ label: 'About', href: '../about/' },
{ label: 'Home', href: '/' },
{ label: 'Work', href: '/work/' },
{ label: 'About', href: '/about/' },
];
/** Icon links to social media — edit these with links to your profiles! */
Expand Down

0 comments on commit 6e0701d

Please # to comment.