mirror of
https://github.com/zoriya/v10.git
synced 2026-08-11 16:40:27 +00:00
chore(website): hide blog
This commit is contained in:
@@ -9,3 +9,4 @@ not comprehensive. just the things I'm worried about forgetting
|
||||
- docs features
|
||||
- copy code blocks
|
||||
- search
|
||||
- update docs following dev
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow: /blog/
|
||||
@@ -13,7 +13,7 @@ type NavLink = {
|
||||
const navLinks: NavLink[] = [
|
||||
{ href: '/', label: 'Home' },
|
||||
{ href: '/docs', label: 'Docs' },
|
||||
{ href: '/blog', label: 'Blog' },
|
||||
// { href: '/blog', label: 'Blog' },
|
||||
{ href: '/privacy', label: 'Privacy' },
|
||||
];
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ type NavLink = {
|
||||
};
|
||||
const navLinks: NavLink[] = [
|
||||
{ href: '/docs', label: 'Docs', matchPath: '/docs' },
|
||||
{ href: '/blog', label: 'Blog', matchPath: '/blog' },
|
||||
// { href: '/blog', label: 'Blog', matchPath: '/blog' },
|
||||
];
|
||||
|
||||
const currentPath = Astro.url.pathname;
|
||||
|
||||
Reference in New Issue
Block a user