adding posts from my blog

This commit is contained in:
Timothy Rogers 2025-02-03 20:24:07 -05:00
parent 2baa3c0a14
commit 79af83c1a1
33 changed files with 336 additions and 389 deletions

View file

@ -1,8 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {},
},
plugins: [],
}
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
theme: {
extend: {},
},
plugins: [require("@tailwindcss/typography")],
};