Skip to content

Commit

Permalink
edited header
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemkaDev committed Nov 19, 2024
1 parent 1c535e9 commit ee7be8f
Show file tree
Hide file tree
Showing 22 changed files with 2,524 additions and 351 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": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/[locale]/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
6 changes: 6 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ var nextConfig = {
images: {
unoptimized: true,
},
typescript: {
ignoreBuildErrors: true,
},
}

//module.exports = withNextIntl(nextConfig);
Expand All @@ -34,6 +37,9 @@ if (isGithubActions) {
},
assetPrefix: assetPrefix,
basePath: basePath,
typescript: {
ignoreBuildErrors: true,
}
}
}

Expand Down
Loading

0 comments on commit ee7be8f

Please sign in to comment.