mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-22 15:28:57 +00:00
Add Next.js project files for SPA with image optimization
This commit is contained in:
6
nextjs/spa-with-image-optimization/postcss.config.js
Normal file
6
nextjs/spa-with-image-optimization/postcss.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user