diff --git a/bun.lockb b/bun.lockb index 45324f7..62efe9a 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/nuxt.config.ts b/nuxt.config.ts index d4c4f5f..6fc7585 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -37,7 +37,7 @@ export default defineNuxtConfig({ "img-src": ["'self'", "data:", "https:", "blob:"], "script-src": ["'nonce-{{nonce}}'", "'strict-dynamic'"], // Add https because of some browsers blocking form-action to 'self' if the page is from a redirect - "form-action": ["'self'", "https:"], + "form-action": ["'self'", "https:", "tuba:"], "media-src": ["'self'", "https:", "blob:"], }, crossOriginResourcePolicy: "cross-origin", diff --git a/package.json b/package.json index 5dadcf3..5336eef 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@ark-ui/vue": "^3.3.1", - "@lysand-org": "github:lysand-org/api#main", + "@lysand-org/client": "^0.1.2", "@nuxt/fonts": "^0.7.0", "@tailwindcss/typography": "^0.5.13", "@vee-validate/nuxt": "^4.13.1",