fix: update URLs in configuration

This commit is contained in:
kastov
2026-01-26 01:00:57 +03:00
parent 14ec78086a
commit f0ad4910be
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<div align="center">
<a href="https://docs.rw">
<img src="https://cdn.remna.st/logos/logo.svg" alt="Logo" width="160" height="160">
<img src="https://cdn.docs.rw/logos/logo.svg" alt="Logo" width="160" height="160">
</a>
<h1 align="center">Remnawave</h3>
@@ -25,7 +25,7 @@
<p align="center">
<a href="https://github.com/remnawave/panel" target="_blank" rel="noopener noreferrer" >
<img src="https://cdn.remna.st/logos/gh_preview.png" alt="Remnawave screenshots" width="600" height="auto">
<img src="https://cdn.docs.rw/logos/gh_preview.png" alt="Remnawave screenshots" width="600" height="auto">
</a>
</p>

View File

@@ -146,7 +146,7 @@ const config: Config = {
showNavLink: true, // optional, default is true
configuration: {
spec: {
url: 'https://cdn.remna.st/docs/openapi.json'
url: 'https://cdn.docs.rw/docs/openapi.json'
},
theme: 'purple',
hideDarkModeToggle: true,