Skip to content

Commit fa995fa

Browse files
rajat1saxenaRajat
andauthored
MediaLit image URL fixed (#717)
Co-authored-by: Rajat <hi@rajatsaxena.dev>
1 parent 1e2eebe commit fa995fa

File tree

4 files changed

+40
-6
lines changed

4 files changed

+40
-6
lines changed

.dockerignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Git
2+
.git
3+
.gitignore
4+
5+
# Dependencies
6+
node_modules
7+
**/node_modules
8+
9+
# Build outputs
10+
.next
11+
**/dist
12+
build
13+
out
14+
15+
# Local env files
16+
.env
17+
.env.local
18+
.env.*.local
19+
20+
# IDEs and editors
21+
.vscode
22+
.idea
23+
.cursor
24+
*.swp
25+
*.swo
26+
27+
# Project specific
28+
.eslintcache
29+
.npmrc
30+
AGENTS.md
31+
docs
32+
deployment
33+
services/app/Dockerfile
34+
35+
# OS files
36+
.DS_Store
37+
Thumbs.db

apps/web/graphql/pages/page-templates.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ export const homePageTemplate = [
197197
mimeType: "image/jpeg",
198198
size: 113901,
199199
access: "public",
200-
file: "https://d27g932tzd9f7s.cloudfront.net/medialit-service/public/dM3L-CVOXLGv3XxsnRUd_D3SD-S5hCkuTzTx432L/main.jpg",
200+
file: "https://cdn.medialit.cloud/medialit-service/p/dM3L-CVOXLGv3XxsnRUd_D3SD-S5hCkuTzTx432L/main.jpg",
201201
thumbnail:
202-
"https://d27g932tzd9f7s.cloudfront.net/medialit-service/public/dM3L-CVOXLGv3XxsnRUd_D3SD-S5hCkuTzTx432L/thumb.webp",
202+
"https://cdn.medialit.cloud/medialit-service/p/dM3L-CVOXLGv3XxsnRUd_D3SD-S5hCkuTzTx432L/thumb.webp",
203203
caption: "",
204204
},
205205
mediaRadius: 2,

apps/web/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/types/routes.d.ts";
3+
import "./.next/dev/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

services/app/.dockerignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)