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';
|
||||
|
||||
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.',
|
||||
keywords: ['maps', 'collaborative', 'real-time', 'location sharing', 'navigation', 'events'],
|
||||
authors: [{ name: 'Jeff Emmett' }],
|
||||
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.',
|
||||
url: 'https://rmaps.online',
|
||||
siteName: 'rMaps',
|
||||
|
|
@ -16,7 +16,7 @@ export const metadata: Metadata = {
|
|||
},
|
||||
twitter: {
|
||||
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.',
|
||||
},
|
||||
manifest: '/manifest.json',
|
||||
|
|
|
|||
Loading…
Reference in New Issue