feat: add content layer

Add blog pages

Add privacy page
This commit is contained in:
David Nguyen
2023-07-27 18:29:22 +10:00
parent 889ad1c49f
commit 97efcf3d62
23 changed files with 6372 additions and 2024 deletions

View File

@ -116,5 +116,5 @@ module.exports = {
},
},
},
plugins: [require('tailwindcss-animate')],
plugins: [require('tailwindcss-animate'), require('@tailwindcss/typography')],
};