mirror of
https://github.com/hay-kot/homebox.git
synced 2025-06-30 23:58:35 +00:00
style updates
This commit is contained in:
parent
f4f7123073
commit
6bbe62823d
19 changed files with 337 additions and 107 deletions
|
@ -4,6 +4,10 @@ import { defineNuxtConfig } from 'nuxt';
|
|||
export default defineNuxtConfig({
|
||||
ssr: false,
|
||||
modules: ['@nuxtjs/tailwindcss', '@pinia/nuxt', '@vueuse/nuxt'],
|
||||
meta: {
|
||||
title: 'Homebox',
|
||||
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.svg' }],
|
||||
},
|
||||
vite: {
|
||||
server: {
|
||||
proxy: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue