Skip to content

Commit ac056cc

Browse files
committedMar 18, 2025··
docs: add filerobot page
1 parent a91060c commit ac056cc

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

‎docs/content/3.providers/filerobot.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Filerobot
3+
description: Nuxt Image with Filerobot integration.
4+
links:
5+
- label: Source
6+
icon: i-simple-icons-github
7+
to: https://github.com/nuxt/image/blob/main/src/runtime/providers/filerobot.ts
8+
size: xs
9+
---
10+
11+
Integration between Scaleflex [Filerobot](https://www.scaleflex.com/digital-asset-management-filerobot) and the image module.
12+
13+
To use this provider you just need to specify the base URL of your project.
14+
15+
```ts [nuxt.config.ts]
16+
export default defineNuxtConfig({
17+
image: {
18+
filerobot: {
19+
baseURL: 'https://<slug>.filerobot.com/',
20+
},
21+
}
22+
})
23+
```

0 commit comments

Comments
 (0)
Please sign in to comment.