diff --git a/compose.yaml b/compose.yaml index ab61f9a..0e33a3f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,6 +8,7 @@ services: restart: always ports: - "${DOCKER_PORT:-80}:3000" + - "8999:3001" volumes: - ./.env:/src/.env image: ci.svs-tech.pro/mns-mini-zabor:${BRANCH:-dev} diff --git a/package.json b/package.json index 089a102..55af535 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@artmizu/yandex-metrika-nuxt": "^1.0.4", "@monogrid/gainmap-js": "^3.0.5", "@nuxt/image": "^1.7.0", - "@nuxtjs/robots": "^3.0.0", + "@nuxtjs/robots": "^4.0.0", "@nuxtjs/sitemap": "^5.3.5", "@nuxtjs/tailwindcss": "^6.12.0", "@tailwindcss/typography": "^0.5.13",