RubyGems
npm
Organizations
Log in
Sign up
npm
@dargmuesli/nuxt-vio
Versions diffs
1.1.0 → 1.2.0
@dargmuesli/nuxt-vio 1.1.0 → 1.2.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/nuxt.config.ts
+3
-0
package/package.json
+1
-1
package/nuxt.config.ts
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
1
// https://v3.nuxtjs.org/api/configuration/nuxt.config
2
2
export default defineNuxtConfig({
3
+
nitro: {
4
+
compressPublicAssets: true,
5
+
},
3
6
})
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@dargmuesli/nuxt-vio",
3
-
"version": "1.
1
.0",
3
+
"version": "1.
2
.0",
4
4
"type": "module",
5
5
"publishConfig": {
6
6
"access": "public"