Skip to content

Commit 0c825b5

Browse files
committed
update
1 parent 7cd729b commit 0c825b5

File tree

4 files changed

+27
-19
lines changed

4 files changed

+27
-19
lines changed

docs/package-lock.json

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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/starlight": "^0.36.0",
1414
"@lorenzo_lewis/starlight-utils": "^0.3.2",
15-
"astro": "^5.13.9",
15+
"astro": "^5.14.1",
1616
"astro-auto-import": "^0.4.4",
1717
"sharp": "^0.34.2",
1818
"starlight-contributor-list": "^0.3.0",

docs/src/content/docs/ru/troubleshooting/common-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { Steps, LinkButton, Tabs, TabItem } from '@astrojs/starlight/components'
4141
Таким образом, ссылка будет выглядеть так:
4242

4343
```
44-
https://domain.com/auth?/login?rEmnaprx=aBCDefgh
44+
https://domain.com/auth/login?rEmnaprx=aBCDefgh
4545
```
4646

4747
</Steps>

docs/src/content/docs/troubleshooting/common-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you've lost cookie-header to access the panel, you can retrieve it by followi
4141
Thus, the link will look like this:
4242

4343
```
44-
https://domain.com/auth?/login?rEmnaprx=aBCDefgh
44+
https://domain.com/auth/login?rEmnaprx=aBCDefgh
4545
```
4646

4747
</Steps>

0 commit comments

Comments
 (0)