@dword-design/base-config-nuxt 6.1.4 → 6.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,9 +57,6 @@ export default {
57
57
  runtimeConfig: {
58
58
  public: {
59
59
  name: config.name,
60
- site: {
61
- url: 'https://example.com'
62
- },
63
60
  title: config.title
64
61
  },
65
62
  ...(isBasicAuthEnabled && {
@@ -68,10 +65,7 @@ export default {
68
65
  [process.env.BASIC_AUTH_USER]: process.env.BASIC_AUTH_PASSWORD
69
66
  }
70
67
  }
71
- }),
72
- site: {
73
- url: 'https://example.com'
74
- }
68
+ })
75
69
  },
76
70
  vite: {
77
71
  css: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base-config-nuxt",
3
- "version": "6.1.4",
3
+ "version": "6.1.6",
4
4
  "repository": "dword-design/base-config-nuxt",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",
@@ -67,7 +67,7 @@
67
67
  "peerDependencies": {
68
68
  "h3": "*"
69
69
  },
70
- "packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971",
70
+ "packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677",
71
71
  "engines": {
72
72
  "node": ">=18"
73
73
  },