Skip to content

Commit

Permalink
Remove vercel specific configs
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed May 8, 2024
1 parent 66a546f commit f10e509
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.

### Installation

Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: Config = {
title: 'React Native Owl',
tagline: 'Visual Regression Testing for React Native',
url: 'https://commerce.nearform.com/',
baseUrl: process.env.VERCEL_ENV === "preview" ? '/' : '/open-source/react-native-owl/',
baseUrl: '/open-source/react-native-owl/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'images/favicon.ico',
Expand Down
1 change: 0 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build --out-dir build/open-source/react-native-owl",
"build:vercel": "docusaurus build",
"swizzle": "docusaurus swizzle",
"clear": "docusaurus clear",
"write-translations": "docusaurus write-translations",
Expand Down

0 comments on commit f10e509

Please sign in to comment.