Skip to content

Commit

Permalink
[docs] Fix 301 redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 14, 2024
1 parent a4d2357 commit 8103785
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
name: Lint writing style
command: |
vale sync
pnpm run valelint
pnpm valelint
test_static:
<<: *default-job
steps:
Expand Down
2 changes: 1 addition & 1 deletion apps/pigment-css-next-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a Pigment CSS and [Next.js](https://nextjs.org/) project bootstrapped w

## Getting started

First, build all the packages in the workspace atleast once. Run
First, build all the packages in the workspace at least once. Run

```bash
pnpm build:zero
Expand Down
2 changes: 1 addition & 1 deletion apps/pigment-css-vite-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project is not part of the workspace yet.

## How to run

You can either run `pnpm build` to build all packages, or else build the two most important ones:
You can either run `pnpm build` to build all packages or else build the two most important ones:

1. `@pigment-css/react`
2. `@pigment-css/vite-plugin`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const templates = [
author: authors.MUI,
design: {
name: 'Frames X',
link: 'https://framesxdesign.com/',
link: 'https://framesxdesign.com/product',
},
},
];
Expand Down
2 changes: 1 addition & 1 deletion docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default withDocsInfra({

return map;
},
// Used to signal we run yarn build
// Used to signal we run pnpm build
...(process.env.NODE_ENV === 'production'
? {
output: 'export',
Expand Down

0 comments on commit 8103785

Please sign in to comment.