Skip to content

Commit 80052a0

Browse files
authored
Website: add netlify.toml (#6432)
## What's the problem this PR addresses? Some Netlify settings are unclear because they are set through Netlify UI ## How did you fix it? Created a `netlify.toml` to capture these settings ## Checklist <!--- Don't worry if you miss something, chores are automatically tested. --> <!--- This checklist exists to help you remember doing the chores when you submit a PR. --> <!--- Put an `x` in all the boxes that apply. --> - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). <!-- See https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released for more details. --> <!-- Check with `yarn version check` and fix with `yarn version check -i` --> - [x] I have set the packages that need to be released for my changes to be effective. <!-- The "Testing chores" workflow validates that your PR follows our guidelines. --> <!-- If it doesn't pass, click on it to see details as to what your PR might be missing. --> - [x] I will check that all automated PR checks pass before the PR gets reviewed.
1 parent 33f249b commit 80052a0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/docusaurus/netlify.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[build]
2+
publish = 'packages/docusaurus/build'
3+
command = 'yarn packages/docusaurus build --no-minify'
4+
5+
[build.environment]
6+
NODE_VERSION = '18.16'
7+
NODE_OPTIONS = '--max-old-space-size=4096'
8+
DOCUSAURUS_SSR_CONCURRENCY = '1'
9+
10+
[build.processing.html]
11+
pretty_urls = false

0 commit comments

Comments
 (0)