Skip to content

Commit

Permalink
chore(): small chore to update upload path on ~/documentation/docusau…
Browse files Browse the repository at this point in the history
…rus/docs/dev-docs/deployment/snippets-proxy/admin-redirect.md (#2072)
  • Loading branch information
SpeedAD authored Apr 4, 2024
1 parent cdfaf02 commit d50433d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This sample configuration expects that the admin panel is accessible on `/admin`
```js title="./config/middlewares.js"
module.exports = ({ env }) => [
// ...
{ resolve: '../src/middlewares/admin-redirect' },
{ resolve: './src/middlewares/admin-redirect' },
];

```
Expand Down

0 comments on commit d50433d

Please sign in to comment.