diff options
| author | MohamedBassem <me@mbassem.com> | 2025-04-06 22:57:07 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2025-04-06 22:57:07 +0100 |
| commit | 3f2d3560dc04dbee23237d896c1325389035c738 (patch) | |
| tree | e683bade56297162394075d7ad306c4578ea3c99 /apps/landing/components.json | |
| parent | 4e32b409a925136ed575b32abe3c8d6028dbc1fb (diff) | |
| download | karakeep-3f2d3560dc04dbee23237d896c1325389035c738.tar.zst | |
refactor: Migrate the landing page from nextjs to vite
Diffstat (limited to 'apps/landing/components.json')
| -rw-r--r-- | apps/landing/components.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/landing/components.json b/apps/landing/components.json index fa674c93..698ac253 100644 --- a/apps/landing/components.json +++ b/apps/landing/components.json @@ -5,7 +5,7 @@ "tsx": true, "tailwind": { "config": "tailwind.config.ts", - "css": "app/globals.css", + "css": "src/styles.css", "baseColor": "slate", "cssVariables": true, "prefix": "" |
