Skip to content

Commit d50433d

Browse files
authored
chore(): small chore to update upload path on ~/documentation/docusaurus/docs/dev-docs/deployment/snippets-proxy/admin-redirect.md (#2072)
1 parent cdfaf02 commit d50433d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/dev-docs/deployment/snippets-proxy/admin-redirect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This sample configuration expects that the admin panel is accessible on `/admin`
99
```js title="./config/middlewares.js"
1010
module.exports = ({ env }) => [
1111
// ...
12-
{ resolve: '../src/middlewares/admin-redirect' },
12+
{ resolve: './src/middlewares/admin-redirect' },
1313
];
1414

1515
```

0 commit comments

Comments
 (0)