Add SEO metadata and PostCSS config for Tailwind build

This commit is contained in:
thePR0M3TH3AN
2025-09-29 10:27:30 -04:00
parent 23a8eacad4
commit 37a5ee3b7b
4 changed files with 23 additions and 4 deletions

6
postcss.config.cjs Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};