We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
filerobot
1 parent a91060c commit ac056ccCopy full SHA for ac056cc
docs/content/3.providers/filerobot.md
@@ -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