A website for the ATmosphereConf
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 4 lines 136 B view raw
1/** @type {import('tailwindcss').Config} */ 2export default { 3 content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"], 4};