Compare commits
No commits in common. "2e48ad1ba28ecb0b80dd52eaa2b813210820c9c8" and "5b84dbdd300a3c05c1ecf03d2a9202673fa53a0c" have entirely different histories.
2e48ad1ba2
...
5b84dbdd30
2 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
import { metadata } from '@/app/metadata'
|
import { metadata } from '@/app/metadata'
|
||||||
import { getAllPostsMeta } from '@/lib/posts'
|
import { getAllPostsMeta } from '@/lib/posts'
|
||||||
|
|
||||||
export const dynamic = 'force-static'
|
export const dynamic = "force-static"
|
||||||
|
|
||||||
const SITE_URL = process.env.SITE_URL
|
const SITE_URL = process.env.SITE_URL || 'http://localhost:3000'
|
||||||
|
|
||||||
function escapeXml(str: string) {
|
function escapeXml(str: string) {
|
||||||
return str
|
return str
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
import { Metadata } from 'next'
|
import { Metadata } from 'next'
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
metadataBase: new URL(process.env.SITE_URL!),
|
|
||||||
title: 'Ephemeris',
|
title: 'Ephemeris',
|
||||||
description: 'A blog about me and my interests',
|
description: 'A blog about me and my interests',
|
||||||
creator: 'hangerthem',
|
creator: 'hangerthem',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue