init
This commit is contained in:
16
packages/next-config/README.md
Normal file
16
packages/next-config/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# @mintel/next-config
|
||||
|
||||
Shared Next.js configuration wrapper for Mintel projects. Integrates `next-intl` and Sentry by default.
|
||||
|
||||
## Usage
|
||||
|
||||
In your `next.config.ts`:
|
||||
```typescript
|
||||
import mintelNextConfig from "@mintel/next-config";
|
||||
|
||||
const nextConfig = {
|
||||
// Your project specific config
|
||||
};
|
||||
|
||||
export default mintelNextConfig(nextConfig);
|
||||
```
|
||||
Reference in New Issue
Block a user