mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-25 08:48:57 +00:00
feat(static): improve nextjs static example
- upgrade all dependencies - upgrade to Tailwind CSS v4 - remove ugly default background - remove unnecessary default content - clean up files and remove those that are no longer needed
This commit is contained in:
6
nextjs/spa/postcss.config.mjs
Normal file
6
nextjs/spa/postcss.config.mjs
Normal file
@@ -0,0 +1,6 @@
|
||||
const config = {
|
||||
plugins: {
|
||||
"@tailwindcss/postcss": {},
|
||||
},
|
||||
};
|
||||
export default config;
|
||||
Reference in New Issue
Block a user