Skip to content

Commit

Permalink
create course edit course with form uploadthing used
Browse files Browse the repository at this point in the history
  • Loading branch information
ShTanmoy committed Mar 18, 2024
1 parent 9bf8f8c commit 68b9fa2
Show file tree
Hide file tree
Showing 26 changed files with 1,273 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ yarn-debug.log*
yarn-error.log*

# local env files
.env
.env*.local

# vercel
Expand Down
10 changes: 9 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
images:{
domains:[
"utfs.io"
]


}
};

export default nextConfig;
Loading

0 comments on commit 68b9fa2

Please sign in to comment.