Nuxt Content: how can I fetch files from another repository or passsing a URL for a .md file?
this is my nuxt config :
content:{
documentDriven: true,
sources: {
github: {
prefix: '/blog',
driver: 'github',
repo: "magixsource/my-docs",
branch: "master",
dir: "content"
}
}
},
content:{
documentDriven: true,
sources: {
github: {
prefix: '/blog',
driver: 'github',
repo: "magixsource/my-docs",
branch: "master",
dir: "content"
}
}
},
but i got an error ERROR [nuxt] [request error] [unhandled] [500] [unstorage] [github] Failed to fetch git tree , @kapa.ai Do you know hot to resolve this problem ?