modified: main_dc/yalarba/easySite/easySite/app/components/layout/Footer.vue
modified: main_dc/yalarba/easySite/easySite/nuxt.config.ts sitemap.xml page added into main page easysite102.ru
This commit is contained in:
@@ -108,7 +108,7 @@
|
|||||||
<nuxt-link href="/agreements/privacy" class="footer-bottom-link">Политика конфиденциальности</nuxt-link>
|
<nuxt-link href="/agreements/privacy" class="footer-bottom-link">Политика конфиденциальности</nuxt-link>
|
||||||
<nuxt-link href="/agreements/userAgreement" class="footer-bottom-link">Пользовательское
|
<nuxt-link href="/agreements/userAgreement" class="footer-bottom-link">Пользовательское
|
||||||
соглашение</nuxt-link>
|
соглашение</nuxt-link>
|
||||||
<a href="#" class="footer-bottom-link">Карта сайта</a>
|
<a href="/sitemap.xml" class="footer-bottom-link">Карта сайта</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -8,20 +8,12 @@ export default defineNuxtConfig({
|
|||||||
compatibilityVersion: 4
|
compatibilityVersion: 4
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
site: {
|
site: {
|
||||||
url: 'https://easysite102.ru', // Замените на ваш домен
|
url: 'https://easysite102.ru', // Замените на ваш домен
|
||||||
name: 'Easy Site',
|
name: 'Easy Site',
|
||||||
description: 'Easy web-site maker. Registration, add info, get web-site',
|
description: 'Easy web-site maker. Registration, add info, get web-site',
|
||||||
},
|
},
|
||||||
|
|
||||||
runtimeConfig: {
|
|
||||||
public: {
|
|
||||||
siteUrl: process.env.NUXT_PUBLIC_SITE_URL || 'https://localhost:3000'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
sitemap: {
|
sitemap: {
|
||||||
// Базовые настройки
|
// Базовые настройки
|
||||||
siteUrl: 'https://easysite102.ru',
|
siteUrl: 'https://easysite102.ru',
|
||||||
|
|||||||
Reference in New Issue
Block a user