mirror of
https://github.com/dyzulk/dyzulk.github.io.git
synced 2026-01-26 05:45:28 +07:00
feat: Implement public site structure with Home, Blog, and Projects pages, global search, and markdown rendering.
This commit is contained in:
@@ -60,5 +60,8 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: [require("tailwindcss-animate")],
|
||||
plugins: [
|
||||
require("tailwindcss-animate"),
|
||||
require("@tailwindcss/typography"),
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user