Compare commits
No commits in common. "d7b034e20bfb785d4934e13e01415a0e0dc9e6ba" and "bf3167733059bdb1b1c6c9e4085c764d9e85d3b0" have entirely different histories.
d7b034e20b
...
bf31677330
@ -13,8 +13,7 @@ RUN apk update && apk add --no-cache \
|
|||||||
libwebp-tools \
|
libwebp-tools \
|
||||||
findutils \
|
findutils \
|
||||||
bash \
|
bash \
|
||||||
git \
|
git
|
||||||
openssh-client
|
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY --from=builder /usr/src/app/ /usr/src/app/
|
COPY --from=builder /usr/src/app/ /usr/src/app/
|
||||||
|
@ -45,7 +45,7 @@ export default {
|
|||||||
},
|
},
|
||||||
transcludes: {
|
transcludes: {
|
||||||
transcludeOf: ({ targetSlug }) => `Переход из ${targetSlug}`,
|
transcludeOf: ({ targetSlug }) => `Переход из ${targetSlug}`,
|
||||||
linkToOriginal: "Подробнее",
|
linkToOriginal: "Ссылка на оригинал",
|
||||||
},
|
},
|
||||||
search: {
|
search: {
|
||||||
title: "Поиск",
|
title: "Поиск",
|
||||||
|
Loading…
Reference in New Issue
Block a user