Skip to content

Commit 0dc3e4f

Browse files
authored
Feat: Merge MVP
FEAT: MVP for site
2 parents b423dd3 + 9d7d7fe commit 0dc3e4f

10 files changed

Lines changed: 1740 additions & 201 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
description: Apply when styling text in any UI component, especially when using
3+
custom colors or when text appears on colored backgrounds or images.
4+
alwaysApply: true
5+
---
6+
7+
Ensure all text has sufficient contrast ratios that meet WCAG 2.1 AA standards: at least 4.5:1 for normal text and 3:1 for large text (18pt or 14pt bold). Use text-gray-800 on light backgrounds and text-gray-200 on dark backgrounds. For colored text, verify contrast with tools like WebAIM Contrast Checker.

.github/workflows/deploy.yml

Whitespace-only changes.

astro.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ import { defineConfig } from 'astro/config';
33

44
// https://astro.build/config
55
export default defineConfig({
6-
// Add your Netlify site URL here when you have it
7-
// site: 'https://your-site-name.netlify.app',
6+
site: 'https://osscommunities.com/',
87
});

0 commit comments

Comments
 (0)