From 8f4be48fd1844227b62b1816e5ed77880fcc6691 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Wed, 25 Mar 2026 21:39:00 +0100 Subject: [PATCH] feat: page titles and favicon --- app/error.vue | 12 +++------ app/pages/auth/sign-in.vue | 2 ++ app/pages/dashboard.vue | 7 ++++++ nuxt.config.ts | 7 ++++++ public/favicon.svg | 51 ++++++++++++++++++++++++++++++++++++++ public/robots.txt | 2 ++ 6 files changed, 73 insertions(+), 8 deletions(-) create mode 100644 public/favicon.svg create mode 100644 public/robots.txt diff --git a/app/error.vue b/app/error.vue index 1c50f26..e904809 100644 --- a/app/error.vue +++ b/app/error.vue @@ -1,7 +1,8 @@