diff --git a/opsimate-docs/docusaurus.config.js b/opsimate-docs/docusaurus.config.js index d8569d5..414c8d8 100644 --- a/opsimate-docs/docusaurus.config.js +++ b/opsimate-docs/docusaurus.config.js @@ -33,6 +33,11 @@ module.exports = { }, blog: false, theme: { customCss: require.resolve('./src/css/custom.css') }, + sitemap: { + // /search is the Algolia results page -- it has no content of its + // own, and Google reports it as "Crawled - currently not indexed". + ignorePatterns: ['/search'], + }, // REMOVE gtag config here - we're using custom component instead }, ], diff --git a/opsimate-docs/src/pages/markdown-page.md b/opsimate-docs/src/pages/markdown-page.md deleted file mode 100644 index 9756c5b..0000000 --- a/opsimate-docs/src/pages/markdown-page.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Markdown page example ---- - -# Markdown page example - -You don't need React to write simple standalone pages. diff --git a/opsimate-docs/vercel.json b/opsimate-docs/vercel.json index 06cce89..3efcf63 100644 --- a/opsimate-docs/vercel.json +++ b/opsimate-docs/vercel.json @@ -2,9 +2,6 @@ "buildCommand": "npm run build", "outputDirectory": "build", "framework": "docusaurus", - "rewrites": [ - { "source": "/(.*)", "destination": "/index.html" } - ], "headers": [ { "source": "/assets/(.*)",