Skip to content

Commit

Permalink
fix(docs): resolve basic-configuration path (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dann1y authored Apr 6, 2024
1 parent 7eb7b67 commit a4641e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ And create `react-native-esbuild.js` to project root.
exports.default = {};
```

for more details, go to [Configuration](/configuration/basic).
for more details, go to [Configuration](/configuration/basic-configuration).

## Native Setup

Expand Down

1 comment on commit a4641e1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements 16.21% 328/2024
🔴 Branches 16.3% 82/503
🔴 Functions 10.8% 65/602
🔴 Lines 15.5% 298/1923

Test suite run success

83 tests passing in 10 suites.

Report generated by 🧪jest coverage report action from a4641e1

Please sign in to comment.