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