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 \
|
||||
findutils \
|
||||
bash \
|
||||
git \
|
||||
openssh-client
|
||||
git
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
COPY --from=builder /usr/src/app/ /usr/src/app/
|
||||
|
@ -45,7 +45,7 @@ export default {
|
||||
},
|
||||
transcludes: {
|
||||
transcludeOf: ({ targetSlug }) => `Переход из ${targetSlug}`,
|
||||
linkToOriginal: "Подробнее",
|
||||
linkToOriginal: "Ссылка на оригинал",
|
||||
},
|
||||
search: {
|
||||
title: "Поиск",
|
||||
|
Loading…
Reference in New Issue
Block a user