Configuration
Configuration files
Theme Configuration#
File: src/site.config.ts
pending update…
Astro Configuration#
File: astro.config.ts
You can configure it to change deployment methods, add rehype & remark plugins, and more.
Read more about Astro configuration here ↗.
Biome Configuration#
File: biome.json
You can configure Biome to change linting and formatting rules.
Read more about Biome configuration here ↗.
Tailwind CSS Configuration#
File: tailwind.config.ts
Tailwind CSS provides the utility classes for the theme and powers the typography styling.
Checkout Tailwind CSS & Styles for more info.
Typescript Configuration#
File: tsconfig.json