Skip to content

Commit

Permalink
fix formatting of src
Browse files Browse the repository at this point in the history
  • Loading branch information
MariadeAnton committed Dec 19, 2024
1 parent 1d9f10f commit ec6aee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const nextConfig = {
module.exports = nextConfig
```

Create an `instrumentation.ts` file in the root of your project, or, place in the src directory if you are using one.
Create an `instrumentation.ts` file in the root of your project, or, place in the `src` directory if you are using one.
And add the following code:

```ts {title="instrumentation.ts"}
Expand Down

0 comments on commit ec6aee4

Please sign in to comment.