mirror of
https://github.com/remnawave/panel.git
synced 2026-03-27 06:06:45 +00:00
fix: update URLs in configuration
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user