feat: update navbar and add footer, we have global css files now

This commit is contained in:
JustTemmie 2025-05-28 07:13:06 +02:00
parent 45c7311621
commit ed076c3edc
6 changed files with 181 additions and 36 deletions

View file

@ -3,6 +3,10 @@ export default defineNuxtConfig({
compatibilityDate: '2024-11-01',
devtools: { enabled: true },
modules: ['@nuxt/fonts', '@nuxt/image'],
css: [
'@/public/variables.css',
'@/public/global.css'
],
app: {
head: {
title: 'Gorb - Open-Source Chat Platform',