mirror of
https://github.com/remnawave/panel.git
synced 2026-05-13 12:06:36 +00:00
fix: update URLs in configuration
This commit is contained in:
parent
14ec78086a
commit
f0ad4910be
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue