KI-AGENT: Nuxt UI Styles im Push Admin laden
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
@import "tailwindcss";
|
||||||
|
@import "@nuxt/ui";
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
#__nuxt {
|
#__nuxt {
|
||||||
@@ -8,5 +11,5 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
background: #f8fafc;
|
background: #f8fafc;
|
||||||
color: #111827;
|
color: #111827;
|
||||||
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ export default defineNuxtConfig({
|
|||||||
css: ["~/assets/css/main.css"],
|
css: ["~/assets/css/main.css"],
|
||||||
compatibilityDate: "2026-05-22",
|
compatibilityDate: "2026-05-22",
|
||||||
devtools: { enabled: true },
|
devtools: { enabled: true },
|
||||||
|
fonts: {
|
||||||
|
provider: "none",
|
||||||
|
},
|
||||||
runtimeConfig: {
|
runtimeConfig: {
|
||||||
public: {
|
public: {
|
||||||
apiBase: process.env.NUXT_PUBLIC_API_BASE || "http://localhost:4020",
|
apiBase: process.env.NUXT_PUBLIC_API_BASE || "http://localhost:4020",
|
||||||
|
|||||||
Reference in New Issue
Block a user