Move to NextJS + other changes

This commit is contained in:
2025-08-25 01:00:52 -07:00
parent e8e9e4d312
commit 342f8101fe
44 changed files with 3265 additions and 1305 deletions

View File

@@ -1,5 +1,5 @@
export default {
plugins: {
'@tailwindcss/postcss': {}
}
}
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;