Skip to content

Commit 5677abf

Browse files
rusthpclaude
andcommitted
fix(liquipedia): route image URLs through /liquipedia-images/ nginx proxy
Liquipedia blocks direct image hotlinking — returns 403 or watermarked image for requests without Referer: liquipedia.net. Store logoUrl/bannerUrl as /liquipedia-images/<path> so Nginx adds the required headers when serving. Nginx location /liquipedia-images/ already deployed on proplaynews.com.br. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7a7afe5 commit 5677abf

15 files changed

Lines changed: 17 additions & 17 deletions

File tree

apps/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmmv-blog-admin",
3-
"version": "0.0.281",
3+
"version": "0.0.282",
44
"private": true,
55
"description": "Blog admin package for CMMV",
66
"type": "module",

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmmv-blog-api",
3-
"version": "0.0.281",
3+
"version": "0.0.282",
44
"private": true,
55
"description": "Blog API sample",
66
"dev": {

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmmv-blog",
3-
"version": "0.0.281",
3+
"version": "0.0.282",
44
"private": true,
55
"description": "Blog package for CMMV",
66
"type": "module",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmmv/blog",
3-
"version": "0.1.280",
3+
"version": "0.1.281",
44
"description": "Blog plugin for CMMV",
55
"keywords": [
66
"cmmv",

packages/access-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmmv/access-control",
3-
"version": "0.1.280",
3+
"version": "0.1.281",
44
"description": "Access Control package for CMMV",
55
"scripts": {
66
"build": "tsup"

packages/affiliate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmmv/affiliate",
3-
"version": "0.1.280",
3+
"version": "0.1.281",
44
"description": "Affiliate package for CMMV",
55
"scripts": {
66
"build": "tsup"

packages/ai-content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmmv/ai-content",
3-
"version": "0.1.280",
3+
"version": "0.1.281",
44
"description": "AI Content package for CMMV",
55
"scripts": {
66
"build": "tsup"

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/eslint-config",
3-
"version": "0.0.280",
3+
"version": "0.0.281",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {

packages/newsletter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmmv/newsletter",
3-
"version": "0.1.280",
3+
"version": "0.1.281",
44
"description": "Newsletter management package for CMMV",
55
"scripts": {
66
"build": "tsup index.ts admin/index.ts client/index.ts --format cjs,esm --dts"

packages/odds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmmv/odds",
3-
"version": "0.1.280",
3+
"version": "0.1.281",
44
"description": "Odds package for CMMV",
55
"scripts": {
66
"build": "tsup"

0 commit comments

Comments
 (0)