Skip to content

Commit

Permalink
fix(docs): Update url for new docs subdomain (#10863)
Browse files Browse the repository at this point in the history
**Problem**
We updated our site to move docs to the `docs.redwoodjs.com` subdomain.
This PR updates the docusaurus config to reflect this change.

**Changes**
1. Updated url from `redwoodjs.com` to `docs.redwoodjs.com`
  • Loading branch information
Josh-Walker-GM committed Jun 25, 2024
1 parent 56fb3da commit c8086ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config: Config = {
tagline:
'Built on React, GraphQL, and Prisma, Redwood works with the components and development workflow you love, but with simple conventions and helpers to make your experience even better.',
// ?
url: 'https://redwoodjs.com',
url: 'https://docs.redwoodjs.com',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand All @@ -41,7 +41,7 @@ const config: Config = {
logo: {
alt: 'RedwoodJS pinecone logo',
src: 'https://d33wubrfki0l68.cloudfront.net/72b0d56596a981835c18946d6c4f8a968b08e694/82254/images/logo.svg',
href: 'https://redwoodjs.com/',
href: 'https://docs.redwoodjs.com/',
target: '_self',
},
items: [
Expand Down

0 comments on commit c8086ac

Please sign in to comment.