Skip to content

Commit

Permalink
Merge pull request #922 from storyblok/bugfix/pkg-pr-new
Browse files Browse the repository at this point in the history
fix: fake change to force new version to be able to use pkg.pr.new
  • Loading branch information
alvarosabu authored Nov 6, 2024
2 parents a6fc3c3 + fe91b48 commit 3f56a14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { apiPlugin, StoryblokVue } from '@storyblok/vue';
import { defineNuxtPlugin, useRuntimeConfig } from '#app';

// TODO: This comment is used to generate a new version with semantic release, remove it on next version

export default defineNuxtPlugin(({ vueApp }) => {
let { storyblok } = useRuntimeConfig().public;
storyblok = JSON.parse(JSON.stringify(storyblok));
Expand Down

0 comments on commit 3f56a14

Please sign in to comment.