File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export const CONFIG = {
2
2
urls : {
3
3
api : process . env . NEXT_PUBLIC_API_URL ,
4
4
production : "https://frontmatter.codes" ,
5
- preview : process . env . CF_PAGES_URL ,
5
+ preview : "https://cloudflare.front-matter-docs.pages.dev" ,
6
6
local : "http://localhost:3000" ,
7
7
} ,
8
8
environment : process . env . NEXT_PUBLIC_VERCEL_ENV ,
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import { getAllPosts } from '../../lib/api';
7
7
import { PageFrontMatter } from '../../models/PageFrontMatter' ;
8
8
import { pageProcessing } from '../../utils/pageProcessing' ;
9
9
import markdownToHtml from '../../utils/markdownToHtml' ;
10
- import generateOgImage from '../../utils/generateOgImage' ;
11
10
12
11
export default function Home ( { pages, page, ogImage } : { pages : PageFrontMatter [ ] ; page : PageFrontMatter ; ogImage ?: string } ) {
13
12
const { t : strings } = useTranslation ( ) ;
You can’t perform that action at this time.
0 commit comments