Compare commits
No commits in common. "main" and "dev" have entirely different histories.
|
|
@ -3,12 +3,12 @@ import './globals.css';
|
||||||
import { Header } from '@/components/Header';
|
import { Header } from '@/components/Header';
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: '(you)rMaps — Collaborative Maps',
|
title: 'rMaps - Collaborative Maps',
|
||||||
description: 'A flexible, collaborative map tool for real-time location sharing, event navigation, and group coordination.',
|
description: 'A flexible, collaborative map tool for real-time location sharing, event navigation, and group coordination.',
|
||||||
keywords: ['maps', 'collaborative', 'real-time', 'location sharing', 'navigation', 'events'],
|
keywords: ['maps', 'collaborative', 'real-time', 'location sharing', 'navigation', 'events'],
|
||||||
authors: [{ name: 'Jeff Emmett' }],
|
authors: [{ name: 'Jeff Emmett' }],
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: '(you)rMaps — Collaborative Maps',
|
title: 'rMaps - Collaborative Maps',
|
||||||
description: 'A flexible, collaborative map tool for real-time location sharing, event navigation, and group coordination.',
|
description: 'A flexible, collaborative map tool for real-time location sharing, event navigation, and group coordination.',
|
||||||
url: 'https://rmaps.online',
|
url: 'https://rmaps.online',
|
||||||
siteName: 'rMaps',
|
siteName: 'rMaps',
|
||||||
|
|
@ -16,7 +16,7 @@ export const metadata: Metadata = {
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: 'summary_large_image',
|
card: 'summary_large_image',
|
||||||
title: '(you)rMaps — Collaborative Maps',
|
title: 'rMaps - Collaborative Maps',
|
||||||
description: 'A flexible, collaborative map tool for real-time location sharing, event navigation, and group coordination.',
|
description: 'A flexible, collaborative map tool for real-time location sharing, event navigation, and group coordination.',
|
||||||
},
|
},
|
||||||
manifest: '/manifest.json',
|
manifest: '/manifest.json',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue