Compare commits
18 Commits
develop
...
dadd87a4be
| Author | SHA1 | Date | |
|---|---|---|---|
|
dadd87a4be
|
|||
|
af84a7fb9f
|
|||
|
33f57f0bd5
|
|||
|
c47cfed5ae
|
|||
|
1969d59186
|
|||
|
8187aabbb1
|
|||
|
8f395b972c
|
|||
|
0114ddf30b
|
|||
|
c6648c4075
|
|||
|
3b6578daa2
|
|||
|
034fdc2afe
|
|||
|
13f423e455
|
|||
|
7ae22106fa
|
|||
|
ea35c524e2
|
|||
|
dfec7bb869
|
|||
|
0101592145
|
|||
|
1563ab1f45
|
|||
|
17fbe1d507
|
1
.devenv-root
Normal file
1
.devenv-root
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/home/phundrak/code/web/phundrak.com-frontend
|
||||||
@@ -47,22 +47,18 @@ const items = computed<NavigationMenuItem[]>(() => [
|
|||||||
{
|
{
|
||||||
label: $t('footer.links.source.backend'),
|
label: $t('footer.links.source.backend'),
|
||||||
to: 'https://labs.phundrak.com/phundrak/bakit',
|
to: 'https://labs.phundrak.com/phundrak/bakit',
|
||||||
target: '_blank',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: $t('footer.links.source.frontend'),
|
label: $t('footer.links.source.frontend'),
|
||||||
to: 'https://labs.phundrak.com/phundrak/framit',
|
to: 'https://labs.phundrak.com/phundrak/framit',
|
||||||
target: '_blank',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: $t('footer.links.nuxt'),
|
label: $t('footer.links.nuxt'),
|
||||||
to: 'https://nuxt.com/',
|
to: 'https://nuxt.com/',
|
||||||
target: '_blank',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: $t('footer.links.rust'),
|
label: $t('footer.links.rust'),
|
||||||
to: 'https://rust-lang.org/',
|
to: 'https://rust-lang.org/',
|
||||||
target: '_blank',
|
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user