mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-07 20:59:05 +01:00
Bring back NEXT_PUBLIC_BASE_URL (continued)
This commit is contained in:
@@ -3,12 +3,14 @@ import { ThemeProvider } from '@/components/theme-provider'
|
|||||||
import { ThemeToggle } from '@/components/theme-toggle'
|
import { ThemeToggle } from '@/components/theme-toggle'
|
||||||
import { Button } from '@/components/ui/button'
|
import { Button } from '@/components/ui/button'
|
||||||
import { Toaster } from '@/components/ui/toaster'
|
import { Toaster } from '@/components/ui/toaster'
|
||||||
|
import { env } from '@/lib/env'
|
||||||
import type { Metadata, Viewport } from 'next'
|
import type { Metadata, Viewport } from 'next'
|
||||||
import Image from 'next/image'
|
import Image from 'next/image'
|
||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
import './globals.css'
|
import './globals.css'
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
|
metadataBase: new URL(env.NEXT_PUBLIC_BASE_URL),
|
||||||
title: {
|
title: {
|
||||||
default: 'Spliit · Share Expenses with Friends & Family',
|
default: 'Spliit · Share Expenses with Friends & Family',
|
||||||
template: '%s · Spliit',
|
template: '%s · Spliit',
|
||||||
|
|||||||
Reference in New Issue
Block a user