feat: update navbar and add footer, we have global css files now
This commit is contained in:
parent
45c7311621
commit
ed076c3edc
6 changed files with 181 additions and 36 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue