set site and updated headers
This commit is contained in:
@@ -6,7 +6,7 @@ import { defineConfig } from 'astro/config';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: 'https://example.com',
|
||||
site: 'https://seans.cloud',
|
||||
integrations: [mdx(), sitemap()],
|
||||
trailingSlash: "always",
|
||||
vite: {
|
||||
|
||||
@@ -8,10 +8,10 @@ import HeaderLink from './HeaderLink.astro';
|
||||
<h2><a href="/">{SITE_TITLE}</a></h2>
|
||||
<div class="internal-links">
|
||||
<HeaderLink href="/">Home</HeaderLink>
|
||||
<HeaderLink href="/blog">Blog</HeaderLink>
|
||||
<HeaderLink href="/about">About</HeaderLink>
|
||||
<HeaderLink href="/stdfstcg">Steadfast Consulting Group</HeaderLink>
|
||||
<HeaderLink href="/fandf">Forge and Fire for Men</HeaderLink>
|
||||
<HeaderLink href="/blog/">Blog</HeaderLink>
|
||||
<HeaderLink href="/about/">About</HeaderLink>
|
||||
<HeaderLink href="/stdfstcg/">Steadfast Consulting Group</HeaderLink>
|
||||
<HeaderLink href="/fandf/">Forge and Fire for Men</HeaderLink>
|
||||
</div>
|
||||
<div class="social-links">
|
||||
<a href="https://m.webtoo.ls/@astro" target="_blank">
|
||||
|
||||
Reference in New Issue
Block a user