mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-08 03:28:36 +00:00
fix: remove external dependency for icones (#805)
* change all icons to use iconify * fix minor UI elements * fix layout of table
This commit is contained in:
parent
cf166ac641
commit
f91b33db38
40 changed files with 303 additions and 183 deletions
|
@ -3,7 +3,14 @@ import { defineNuxtConfig } from "nuxt/config";
|
|||
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
||||
export default defineNuxtConfig({
|
||||
ssr: false,
|
||||
modules: ["@nuxtjs/tailwindcss", "@pinia/nuxt", "@vueuse/nuxt", "@vite-pwa/nuxt", "./nuxt.proxyoverride.ts"],
|
||||
modules: [
|
||||
"@nuxtjs/tailwindcss",
|
||||
"@pinia/nuxt",
|
||||
"@vueuse/nuxt",
|
||||
"@vite-pwa/nuxt",
|
||||
"./nuxt.proxyoverride.ts",
|
||||
"unplugin-icons/nuxt",
|
||||
],
|
||||
nitro: {
|
||||
devProxy: {
|
||||
"/api": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue