mirror of
https://github.com/strapi/strapi.git
synced 2025-08-08 08:46:42 +00:00
Merge branch 'main' into enhancement/axios-refactoring
This commit is contained in:
commit
62c81f14ac
@ -89,7 +89,7 @@ cd ./examples/getstarted
|
|||||||
yarn develop
|
yarn develop
|
||||||
```
|
```
|
||||||
|
|
||||||
Make sure to read the [`getstarted` application README](./examples/getstarted/README.md) for more details.
|
Make sure to read the [`getstarted` application README](https://github.com/strapi/strapi/blob/main/examples/getstarted/README.md) for more details.
|
||||||
|
|
||||||
### 5. Running the administration panel in development mode
|
### 5. Running the administration panel in development mode
|
||||||
|
|
||||||
@ -177,7 +177,7 @@ Before submitting an issue you need to make sure:
|
|||||||
- You provide steps to reproduce the issue.
|
- You provide steps to reproduce the issue.
|
||||||
- You have tried all the following (if relevant), and your issue remains:
|
- You have tried all the following (if relevant), and your issue remains:
|
||||||
- Make sure you have the right application started.
|
- Make sure you have the right application started.
|
||||||
- Make sure the [issue template](.github/ISSUE_TEMPLATE) is respected.
|
- Make sure the [issue template] is respected.
|
||||||
- Make sure your issue body is readable and [well formatted](https://guides.github.com/features/mastering-markdown).
|
- Make sure your issue body is readable and [well formatted](https://guides.github.com/features/mastering-markdown).
|
||||||
- Make sure you've stopped the Strapi server with CTRL+C and restarted it.
|
- Make sure you've stopped the Strapi server with CTRL+C and restarted it.
|
||||||
- Make sure your application has a clean `node_modules` directory, meaning:
|
- Make sure your application has a clean `node_modules` directory, meaning:
|
||||||
|
@ -10,7 +10,7 @@ const config = {
|
|||||||
tagline: 'Dinosaurs are cool',
|
tagline: 'Dinosaurs are cool',
|
||||||
url: 'https://contributor.strapi.io',
|
url: 'https://contributor.strapi.io',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'warn',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
favicon: 'img/favicon.png',
|
favicon: 'img/favicon.png',
|
||||||
organizationName: 'strapi',
|
organizationName: 'strapi',
|
||||||
@ -31,8 +31,7 @@ const config = {
|
|||||||
return {
|
return {
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
// assuming root node_modules is up from "./packages/<your-docusaurus>
|
react: path.resolve(__dirname, './node_modules/react'),
|
||||||
react: path.resolve('./node_modules/react'),
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user