- Add .dockerignore to exclude .env.local from Docker builds - Replace http://localhost:9020/dutchie/ with /api/images/dutchie/ in: - StoreDetail.tsx - ProductDetail.tsx - StoreView.tsx This fixes production builds connecting to localhost for images. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
80 B
JavaScript
7 lines
80 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|