diff --git a/content/posts/cyprus-residence-with-home-assistant.md b/content/posts/cyprus-residence-with-home-assistant.md index 3a8dab0c14c..1f042c4c35e 100644 --- a/content/posts/cyprus-residence-with-home-assistant.md +++ b/content/posts/cyprus-residence-with-home-assistant.md @@ -21,7 +21,9 @@ The developer CCS has been operating on the market since 1997 and has built more Below is a floor plan of one of the two blocks and a designation legend. -![Smart home floor plan](./images/cyprus-residence-with-home-assistant/smart-home-floor-plan-cyprus-residence.jpg) + + + Don't be confused by the word "Wired". This means that the device requires constant power, while the devices in the “Wireless” column are battery operated. @@ -45,7 +47,9 @@ The building would not be called smart if the matter was limited only to automat Regarding security, residents will have access to the intercom system from a single home control panel. We will also install CCTV cameras for security. -![Smart home lobby plan](./images/cyprus-residence-with-home-assistant/smart-home-lobby-plan-cyprus-residence.jpg) + + + ## Conclusion diff --git a/content/posts/ru/cyprus-residence-with-home-assistant.md b/content/posts/ru/cyprus-residence-with-home-assistant.md index 2ea0a44e1f0..84b0e338903 100644 --- a/content/posts/ru/cyprus-residence-with-home-assistant.md +++ b/content/posts/ru/cyprus-residence-with-home-assistant.md @@ -21,7 +21,9 @@ tags: ['Сценарии использования', 'Сотрудничест Ниже изображен план этажа одного из двух блоков и легенда обозначений. -![Smart home floor plan](../images/cyprus-residence-with-home-assistant/smart-home-floor-plan-cyprus-residence.jpg) + + + Пусть вас не вводит в заблуждение слово “Wired”. Это значит, что устройство требуется постоянное питание, в то время как устройства из колонки “Wireless” работают от батарейки. @@ -45,7 +47,9 @@ tags: ['Сценарии использования', 'Сотрудничест Что касается безопасности, то резиденты будут иметь доступ к домофонной системе из единой панели управления домом. Так же установим камеры видеонаблюдения для безопасности. -![Smart home lobby plan](../images/cyprus-residence-with-home-assistant/smart-home-lobby-plan-cyprus-residence.jpg) + + + ## Заключение diff --git a/gridsome.config.js b/gridsome.config.js index 82cbe285ddf..a86f8e36554 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -87,5 +87,7 @@ module.exports = { svgRule .use('vue-svg-loader') .loader('vue-svg-loader') + + config.resolve.alias.set('@imagesMarkdown', '/content/posts/images') } }; diff --git a/src/components/PapersItem.vue b/src/components/PapersItem.vue index 421fe876365..9485b01f4ab 100644 --- a/src/components/PapersItem.vue +++ b/src/components/PapersItem.vue @@ -1,7 +1,7 @@