mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 18:20:47 +01:00
Fix CSS, remove submodule
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user