Skip to content

Commit c24ed12

Browse files
committed
refactor(og-website): rename Open Graph lib folder
1 parent c7415ed commit c24ed12

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

website/src/theme/DocItem/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import OriginalDocItem from "@theme-original/DocItem";
33
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
4-
import { OGMeta } from "@site/src/shared/lib/og-meta";
4+
import { OGMeta } from "@site/src/shared/lib/og";
55
import { useDocOGUrl } from "./lib";
66

77
function DocItem(props) {

0 commit comments

Comments
 (0)