Skip to content

Commit b4f1f3d

Browse files
committed
docs: fix deployment
1 parent 49a9434 commit b4f1f3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

www/apps/docs/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ const config = {
1919
favicon: "img/favicon.ico",
2020
organizationName: "medusajs",
2121
projectName: "medusajs/www",
22-
metadata: [
23-
{ name: "robots", content: "noindex, nofollow" },
24-
],
2522
headTags: [
2623
{
2724
tagName: "link",
@@ -94,6 +91,9 @@ const config = {
9491
],
9592
themes: ["@docusaurus/theme-mermaid"],
9693
themeConfig: {
94+
metadata: [
95+
{ name: "robots", content: "noindex, nofollow" },
96+
],
9797
mermaid: {
9898
theme: {
9999
light: "base",

0 commit comments

Comments
 (0)