Skip to content

Feature/config files - #2

Open
OctaEDLP00 wants to merge 2 commits into
BanKinf:mainfrom
OctaEDLP00:feature/config-files
Open

Feature/config files#2
OctaEDLP00 wants to merge 2 commits into
BanKinf:mainfrom
OctaEDLP00:feature/config-files

Conversation

@OctaEDLP00

Copy link
Copy Markdown
  • Add eslint and prettier files
  • add eslint y prettier ifnore files
  • Add css custom data to tailwindcss.json
  • Add more extensions recommendations

…sting

- Create new ModsCard.astro component for individual mod display
- Update ModsSection.astro to integrate card layout functionality
- Improve mods presentation with structured card components
- Add complete ESLint configuration with Astro and TypeScript support
- Configure Prettier with Astro and TailwindCSS plugins
- Update development dependencies (eslint, prettier, typescript-eslint)
- Add experimental Google Fonts support (ConcertOne, KosugiMaru)
- Improve VSCode recommended extensions for development
- Update TailwindCSS and Astro to latest versions
- Configure formatting and linting scripts in package.json
- Add configuration files for ignore patterns
@vercel

vercel Bot commented Jul 24, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
aurigas ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2025 7:12pm

Comment thread astro.config.mjs
fonts: [
{
provider: fontProviders.google(),
name: "ConcertOne",

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agregar un espacio en las properties "name" en las dos fuentes

@OctaEDLP00

Copy link
Copy Markdown
Author

en el styles/global.css hay que borrar la importacion de font de google y agregar en el layout estas lineas

---
// layout
import { Font } from 'astro:assets'
---
<html>
  <head>
    <Font cssVariable='--font-ConcertOne' preload />
    <Font cssVariable='--font-KosugiMaru' preload />
  </head>
</html>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant