portfolio.web/src/environments/environment.development.ts

5 lines
148 B
TypeScript

export const environment = {
imagesUrl: 'https://localhost:7013',
blogImagesUrl: 'https://bangararaju.kottedi.in/blog/assets/img/posts/'
};