aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/nav.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/nav.ts')
-rw-r--r--src/config/nav.ts14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/config/nav.ts b/src/config/nav.ts
deleted file mode 100644
index ff69a78..0000000
--- a/src/config/nav.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import { t } from '@lingui/macro';
-import { NavItem } from '@ts/types/nav';
-
-export const mainNav: NavItem[] = [
- { id: 'home', name: t`Home`, slug: '/' },
- { id: 'blog', name: t`Blog`, slug: '/blog' },
- { id: 'projects', name: t`Projects`, slug: '/projets' },
- { id: 'cv', name: t`Resume`, slug: '/cv' },
- { id: 'contact', name: t`Contact`, slug: '/contact' },
-];
-
-export const footerNav: NavItem[] = [
- { id: 'legal-notice', name: t`Legal notice`, slug: '/mentions-legales' },
-];