.
All checks were successful
Deploy blog-frontend / build-and-deploy (push) Successful in 2m30s

This commit is contained in:
wypark
2026-05-28 21:45:30 +09:00
parent 58a012621a
commit 0273cae6e4
37 changed files with 2625 additions and 1319 deletions

View File

@@ -1,4 +1,5 @@
import type { Config } from "tailwindcss";
import typography from "@tailwindcss/typography";
const config: Config = {
content: [
@@ -15,8 +16,6 @@ const config: Config = {
},
},
},
plugins: [
require('@tailwindcss/typography'), // 👈 아까 추가하려던 게 이겁니다!
],
plugins: [typography],
};
export default config;
export default config;