rsnext/docs
Nicolas 19a6158631
Add config support for build activity indicator position (#30109)
When you edit your code, and Next.js is compiling the application, a compilation indicator appears in the bottom right corner of the page.

In some cases this indicator can be misplaced on the page, for example, when conflicting with a chat launcher. To change its position, open `next.config.js` and set the `buildActivityPosition` in the `devIndicators` object to `bottom-right` (default), `bottom-left`, `top-right` or `top-left`.

I also added the documentation for both `devIndicators.buildActivity` & the new `devIndicators.buildActivityPosition`.

## Feature

- [x] Implements a new feature
- [x] Documentation added
2021-11-03 21:17:36 +00:00
..
advanced-features docs: update react 18 configuration (#30726) 2021-11-01 19:34:13 +00:00
api-reference Add config support for build activity indicator position (#30109) 2021-11-03 21:17:36 +00:00
api-routes Update response-helpers.md (#30816) 2021-11-02 13:08:36 +00:00
basic-features Fix PerformanceObserver usage for older browsers and CI (#30387) 2021-10-27 00:37:19 +00:00
migrating Update Gatsby migration guide to use image imports. (#29178) 2021-09-19 00:12:31 -05:00
routing Update imperative routing docs to have better a11y (#29382) 2021-09-27 02:04:58 +00:00
authentication.md Use new @clerk/nextjs package in with-clerk example, update Next.js authentication docs (#28906) 2021-09-17 10:54:34 -05:00
deployment.md Recommend using next CLI for Docker entrypoint and not yarn (#29024) 2021-11-01 20:26:14 +00:00
faq.md Update .now.sh to .vercel.app. (#22359) 2021-04-14 09:46:06 -05:00
getting-started.md Update minimum Node version in Getting Started (#29952) 2021-10-15 21:48:13 +00:00
going-to-production.md Update Going to Production docs to use quote. (#27131) 2021-07-12 23:13:52 +00:00
manifest.json Add config support for build activity indicator position (#30109) 2021-11-03 21:17:36 +00:00
middleware.md Add more docs (#30320) 2021-10-26 11:07:32 -04:00
testing.md fix(docs): Fix broken link in testing documentation (#30448) 2021-10-27 15:53:57 +00:00
upgrading.md Add note about HMR WebSocket with express to upgrading (#30905) 2021-11-03 18:28:47 +00:00