Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Fix issue where refreshing the docs would cause a 404 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Sep 24, 2021
1 parent 4bad938 commit 4efb17d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"author": "jxom <jakemoxey@gmail.com>",
"license": "MIT",
"scripts": {
"build": "lerna run build --ignore website && lerna run build --scope website",
"build": "lerna run build --ignore website",
"build:fab": "yarn build && lerna run build:fab",
"clean": "lerna run clean --stream",
"develop": "lerna run develop --scope=bumbag --stream",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "yarn generate-mdx-manifest && next build && next export && yarn playroom:build",
"build": "yarn --cwd ../ build && yarn generate-mdx-manifest && next build && next export && yarn playroom:build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
Expand Down

1 comment on commit 4efb17d

@vercel
Copy link

@vercel vercel bot commented on 4efb17d Sep 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bumbag-ui – ./website

bumbag.style
bumbag-ui-jxom.vercel.app
bumbag-ui-iota.vercel.app
www.bumbag.style
bumbag-ui-git-main-jxom.vercel.app

Please sign in to comment.