Skip to content

Commit c3cdd7e

Browse files
committed
fix: static build
1 parent eaff786 commit c3cdd7e

File tree

3 files changed

+62
-94
lines changed

3 files changed

+62
-94
lines changed

content/ru/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ target: _blank
117117
title: Не смогли найти нужный вам модуль?
118118
icon: lucide:code
119119
to: /developer-guides/writing-language-module
120+
target: _blank
120121
---
121122
Внесите свой вклад, создав свой собственный языковой модуль!
122123
::

nuxt.config.ts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ export default defineNuxtConfig({
99
nitro: {
1010
static: true,
1111
prerender: {
12-
routes: ['/sitemap.xml', '/robots.txt']
12+
routes: ['/sitemap.xml', '/robots.txt'],
13+
ignore: ['/ru/sitemap.xml']
1314
}
1415
},
1516
site: {
@@ -30,8 +31,12 @@ export default defineNuxtConfig({
3031
language: 'ru-RU',
3132
},
3233
],
33-
},
34-
compatibilityDate: '2024-07-06',
34+
},
35+
sitemap: {
36+
hostname: 'https://plugify.net',
37+
i18n: true
38+
},
39+
compatibilityDate: '2024-29-06',
3540
content: {
3641
documentDriven: true,
3742
highlight: {

package-lock.json

Lines changed: 53 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)