@dargmuesli/nuxt-vio 2.0.0-beta.2 → 2.0.0-beta.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/app.config.ts +0 -1
  2. package/package.json +1 -1
package/app.config.ts CHANGED
@@ -48,6 +48,5 @@ export default defineAppConfig({
48
48
  seoMeta: {
49
49
  twitterSite: '@dargmuesli',
50
50
  } as Parameters<typeof useSeoMeta>[0] | undefined,
51
- siteName: SITE_NAME,
52
51
  themeColor: '#202020' as string | undefined,
53
52
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "2.0.0-beta.2",
3
+ "version": "2.0.0-beta.3",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"