Skip to content

Commit

Permalink
Update All Site
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmetBozkir authored Apr 1, 2024
1 parent 09caccf commit 8d495a5
Show file tree
Hide file tree
Showing 36 changed files with 18,787 additions and 0 deletions.
Empty file added README.md
Empty file.
7 changes: 7 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}
13 changes: 13 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
remotePatterns: [
{
protocol: "https",
hostname: "images.pexels.com",
},
],
},
};

export default nextConfig;
Loading

0 comments on commit 8d495a5

Please sign in to comment.