mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-04 01:31:13 +02:00
Merge branch 'main' into beta
This commit is contained in:
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal 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"
|
||||
@@ -17,7 +17,7 @@ const DashboardPage: React.FC= ({ }) => {
|
||||
}
|
||||
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -28,7 +28,7 @@ export default function FeedPage() {
|
||||
// }
|
||||
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -6,7 +6,7 @@ import { NostrProvider } from "nostr-react";
|
||||
export default function Home() {
|
||||
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function NotePage() {
|
||||
}
|
||||
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -19,7 +19,7 @@ const NotificationsPage: React.FC= ({ }) => {
|
||||
}
|
||||
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -7,7 +7,7 @@ import { NostrProvider } from "nostr-react";
|
||||
export default function OnboardingCreateProfile() {
|
||||
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -8,7 +8,7 @@ import { NostrProvider } from "nostr-react";
|
||||
export default function OnboardingHome() {
|
||||
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -9,7 +9,7 @@ import { NostrProvider } from "nostr-react";
|
||||
export default function Home() {
|
||||
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -23,7 +23,7 @@ export default function ProfilePage() {
|
||||
}
|
||||
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -19,7 +19,7 @@ export default function ProfileSettingsPage() {
|
||||
}
|
||||
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -5,7 +5,7 @@ import { NostrProvider } from "nostr-react";
|
||||
|
||||
export default function ReelPage() {
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -33,7 +33,7 @@ export default function SearchPage() {
|
||||
// }
|
||||
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -9,7 +9,7 @@ import { NostrProvider } from "nostr-react";
|
||||
export default function SearchMainPage() {
|
||||
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -22,7 +22,7 @@ export default function Home() {
|
||||
// }
|
||||
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function UploadPage() {
|
||||
// }
|
||||
|
||||
const relayUrls = [
|
||||
"wss://relay.lumina.rocks",
|
||||
"wss://relay.nostr.band",
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user