diff --git a/assets/components.d.ts b/assets/components.d.ts index 71b6fcad..e4f0ac8a 100644 --- a/assets/components.d.ts +++ b/assets/components.d.ts @@ -59,6 +59,7 @@ declare module 'vue' { 'Octicon:container24': typeof import('~icons/octicon/container24')['default'] 'Octicon:download24': typeof import('~icons/octicon/download24')['default'] 'Octicon:trash24': typeof import('~icons/octicon/trash24')['default'] + PageWithLinks: typeof import('./components/PageWithLinks.vue')['default'] 'Ph:command': typeof import('~icons/ph/command')['default'] 'Ph:computerTower': typeof import('~icons/ph/computer-tower')['default'] 'Ph:controlBold': typeof import('~icons/ph/control-bold')['default'] diff --git a/assets/components/PageWithLinks.vue b/assets/components/PageWithLinks.vue new file mode 100644 index 00000000..652deda0 --- /dev/null +++ b/assets/components/PageWithLinks.vue @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/assets/layouts/default.vue b/assets/layouts/default.vue index 03141409..b61b5e0b 100644 --- a/assets/layouts/default.vue +++ b/assets/layouts/default.vue @@ -8,9 +8,7 @@ - - - + diff --git a/assets/pages/[...all].vue b/assets/pages/[...all].vue index d507ce1d..68cff9e8 100644 --- a/assets/pages/[...all].vue +++ b/assets/pages/[...all].vue @@ -1,11 +1,13 @@ - - - - {{ $t("error.page-not-found") }} + + + + + {{ $t("error.page-not-found") }} + - +
{{ $t("error.page-not-found") }}