Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docusaurus: ready for production #5857

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config: Config = {
favicon: 'img/favicon.png',

// Set the production url of your site here
url: 'https://docs-cloudflare.prisma.io',
url: 'https://www.prisma.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: DOCUSAURUS_BASE_URL ?? '/',
Expand Down
4 changes: 2 additions & 2 deletions static/robots.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
User-agent: *
# Disallow: /
Disallow: /
Disallow: /*?query=*
Disallow: /*?page=*
Disallow: /*&query=*
Disallow: /*&page=*
Sitemap: https://docs-cloudflare.prisma.io/sitemap.xml
Sitemap: https://www.prisma.io/docs/sitemap.xml
Host: https://www.prisma.io
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ DOCUSAURUS_BASE_URL='/'
DOCUSAURUS_BASE_URL='/'

[env.production.vars]
DOCUSAURUS_BASE_URL='/'
DOCUSAURUS_BASE_URL='/docs/'