fucking pos. data is working but tailwind is fucked

This commit is contained in:
2025-06-30 13:02:19 -04:00
parent 4798c1139e
commit c3151f380b
27 changed files with 2734 additions and 1792 deletions

8
next.config.js Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ["www.brownells.com"],
},
};
module.exports = nextConfig;