-
```
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"storyblok/**/*.{vue,js}",
"components/**/*.{vue,js}",
"pages/**/*.vue",
],
theme: {
extend…
-
I am trying to get all data about a linked story but only get the overview data (uuid, cached_url). Is there a way to resolve links with the Storyblok bridge to get this type of data into the visual e…
-
Hi!
Running netlify dev and navigating to http://localhost:3000/api/joke I get:
```
404: Not found
Path: /api/joke
```
When I built the project with pnpm, which upgraded allt the packages,…
-
-
Hello, I am using Next.js with Storyblok-js-client and I remember before Storyblok bridge was automatically available in the window object. Do I need to add something else to make it work?
Thank yo…
-
[storyblokurl]: https://www.storyblok.com?utm_source=github.com&utm_medium=issue-template
When rendering a page with Rich Text content, color used for text color is used as text background instead.…
-
[storyblokurl]: https://www.storyblok.com?utm_source=github.com&utm_medium=issue-template
When i'm trying to modify my scope, it never gives me write permissions.
---
## Expected Behavior
…
-
If i try to enable cache option:
`
buildModules: [
["@storyblok/nuxt", {
accessToken: "xxxxx",
apiOptions: {
cache: { type: "memory" },
…
-
I'm using a folder structure inside Storyblok to set up a new FAQ, where the structure looks like the following:
```
Parent folder
- Sub folder
- Question
- Question
- …
-
In the latest version when i generate via cli i get an unused import at the top of the file. This did not happen in prior versions.
The unused import is:
`import {StoryblokStory} from 'storyblok-g…