Skip to content

Commit

Permalink
Update Astro configuration and navbar link
Browse files Browse the repository at this point in the history
  • Loading branch information
ulughann committed Jan 7, 2024
1 parent 6b04d94 commit 50a4bd8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"hide-files.files": []
}
5 changes: 2 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";
import starlight from '@astrojs/starlight';



// https://astro.build/config
export default defineConfig({
site: 'https://onrirr.github.io',
base: '/c3-web',
integrations: [tailwind(), starlight({
title: "The C3 Handbook"
})]
})],
});
2 changes: 1 addition & 1 deletion src/components/navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
>
<a
class="font-medium text-gray-500 hover:text-gray-400 sm:py-6 dark:text-gray-400 dark:hover:text-gray-500"
href="/guide/">the C3 HandBook</a
href="/guide/">the C3 Guide</a
>
<a
class="font-medium text-gray-500 hover:text-gray-400 sm:py-6 dark:text-gray-400 dark:hover:text-gray-500"
Expand Down

0 comments on commit 50a4bd8

Please sign in to comment.