Merge branch 'main' into beta

This commit is contained in:
mr0x50
2024-11-20 16:44:42 +01:00
16 changed files with 26 additions and 15 deletions

11
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

View File

@@ -17,7 +17,7 @@ const DashboardPage: React.FC= ({ }) => {
}
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (

View File

@@ -28,7 +28,7 @@ export default function FeedPage() {
// }
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (

View File

@@ -6,7 +6,7 @@ import { NostrProvider } from "nostr-react";
export default function Home() {
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (

View File

@@ -16,7 +16,7 @@ export default function NotePage() {
}
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (

View File

@@ -19,7 +19,7 @@ const NotificationsPage: React.FC= ({ }) => {
}
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (

View File

@@ -7,7 +7,7 @@ import { NostrProvider } from "nostr-react";
export default function OnboardingCreateProfile() {
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (

View File

@@ -8,7 +8,7 @@ import { NostrProvider } from "nostr-react";
export default function OnboardingHome() {
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (

View File

@@ -9,7 +9,7 @@ import { NostrProvider } from "nostr-react";
export default function Home() {
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (

View File

@@ -23,7 +23,7 @@ export default function ProfilePage() {
}
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (

View File

@@ -19,7 +19,7 @@ export default function ProfileSettingsPage() {
}
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (

View File

@@ -5,7 +5,7 @@ import { NostrProvider } from "nostr-react";
export default function ReelPage() {
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (

View File

@@ -33,7 +33,7 @@ export default function SearchPage() {
// }
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (

View File

@@ -9,7 +9,7 @@ import { NostrProvider } from "nostr-react";
export default function SearchMainPage() {
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (

View File

@@ -22,7 +22,7 @@ export default function Home() {
// }
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (

View File

@@ -25,7 +25,7 @@ export default function UploadPage() {
// }
const relayUrls = [
"wss://relay.lumina.rocks",
"wss://relay.nostr.band",
];
return (