bundle models.dev at build time and ignore refresh errors
publish / publish (push) Has been cancelled
publish / publish (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export async function data() {
|
||||
const json = await fetch("https://models.dev/api.json").then((x) => x.text())
|
||||
return json
|
||||
}
|
||||
Reference in New Issue
Block a user