Skip to content

Commit bff2d3d

Browse files
change cdn
1 parent 7ee65af commit bff2d3d

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,4 @@ sw.*
9292

9393
# Vim swap files
9494
*.swp
95+
.secret.json

.secret.json

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

docker-stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services:
77
- "40001:3000"
88
environment:
99
- NUXT_PUBLIC_SECRET_FILE=/run/secrets/mixdrinks-secret
10+
- NUXT_PUBLIC_IMAGE_DOMAIN=https://image.mixdrinks.org
1011
secrets:
1112
- mixdrinks-secret
1213
deploy:

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineNuxtConfig({
1010
public: {
1111
secretFile: '.secret.json',
1212
gitCommitSha: 'from-nuxt-config-js',
13-
imageDomain: 'https://mixdrinks-cdn.vovastelmashchuk.site'
13+
imageDomain: 'https://image.mixdrinks.org',
1414
}
1515
},
1616
devtools: { enabled: MasterKeys[isDev].devtools },

0 commit comments

Comments
 (0)