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>
<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"
:height="size"/>
</svg>

View File

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