Skip to content

Commit

Permalink
Merge pull request #8 from Zenfulcode/webshop-rework
Browse files Browse the repository at this point in the history
Demo webshop redesign/rework
  • Loading branch information
gkhaavik authored Dec 1, 2024
2 parents ba9e3f1 + cdbea47 commit a8ab615
Show file tree
Hide file tree
Showing 60 changed files with 2,966 additions and 1,701 deletions.
21 changes: 21 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
1 change: 0 additions & 1 deletion mysql-init-scripts/init-databases.sql

This file was deleted.

8 changes: 8 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
remotePatterns: [
{
protocol: "https",
hostname: "utfs.io",
},
],
},
output: "standalone",
};

Expand Down
Loading

0 comments on commit a8ab615

Please sign in to comment.