initial commit
This commit is contained in:
9
client/src/Cld/CloudinaryConfig.ts
Normal file
9
client/src/Cld/CloudinaryConfig.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Cloudinary } from "@cloudinary/url-gen/index";
|
||||
|
||||
const cld = new Cloudinary({
|
||||
cloud: {
|
||||
cloudName: "dreftv0ue",
|
||||
},
|
||||
});
|
||||
|
||||
export default cld;
|
||||
Reference in New Issue
Block a user