Skip to content

Commit ce9b8f6

Browse files
committed
ref: remove blog references
1 parent 749564a commit ce9b8f6

10 files changed

Lines changed: 0 additions & 458 deletions

File tree

e2e/blog.spec.ts

Lines changed: 0 additions & 72 deletions
This file was deleted.

src/components/Header.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const t = useTranslations(lang);
1010
1111
const navigationLinks = [
1212
{ href: getRelativeLocaleUrl(lang, '/'), label: t('nav.home') },
13-
{ href: getRelativeLocaleUrl(lang, '/blog'), label: t('nav.blog') },
1413
{ href: getRelativeLocaleUrl(lang, '/about'), label: t('nav.about') },
1514
{ href: getRelativeLocaleUrl(lang, '/transparency'), label: t('nav.transparency') },
1615
{ href: getRelativeLocaleUrl(lang, '/contact'), label: t('nav.contact') },

src/content/blog/first-post.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/content/blog/markdown-style-guide.md

Lines changed: 0 additions & 214 deletions
This file was deleted.

src/content/blog/second-post.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/content/blog/third-post.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/i18n/ui.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export const ui = {
44
'pt-br': {
55
// ── Navigation ────────────────────────────────────────────────────────────
66
'nav.home': 'Início',
7-
'nav.blog': 'Blog',
87
'nav.about': 'Sobre',
98
'nav.contact': 'Contato',
109
'nav.contributing': 'Como posso ajudar?',

0 commit comments

Comments
 (0)