Fix CSS, remove submodule

This commit is contained in:
BlossomiShymae
2024-05-02 20:53:45 -05:00
parent 412836b532
commit fb4393a217
4 changed files with 3 additions and 8 deletions

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "public/lib/MaterialDesign"]
path = public/lib/MaterialDesign
url = git@github.com:Templarian/MaterialDesign.git

View File

@@ -1,6 +1,6 @@
<template> <template>
<svg :width="size" :height="size"> <svg :width="size" :height="size">
<image :href="`/lib/MaterialDesign/svg/${name}.svg`" <image :href="`https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/${name}.svg`"
:width="size" :width="size"
:height="size"/> :height="size"/>
</svg> </svg>

View File

@@ -1,5 +1,4 @@
// https://nuxt.com/docs/api/configuration/nuxt-config // https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({ export default defineNuxtConfig({
devtools: { enabled: true }, devtools: { enabled: true },
ssr: false, ssr: false,
@@ -34,12 +33,12 @@ export default defineNuxtConfig({
}, },
{ {
rel: "stylesheet", rel: "stylesheet",
href: "/css/app.css", href: "/clean-cuts/css/app.css",
}, },
{ {
rel: "icon", rel: "icon",
type: "image/png", type: "image/png",
href: "/favicon.png", href: "/clean-cuts/favicon.png",
}, },
], ],
script: [ script: [