Skip to content

Commit 147f1d5

Browse files
committed
chore: small update
1 parent f249dae commit 147f1d5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/app/pages/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ onMounted(() => {
100100
<UAvatar text="..." />
101101
</UAvatarGroup>
102102
<span class="text-sm text-(--ui-text-elevated)">
103-
Used and loved by <span class="font-medium text-(--ui-text-highlighted)">9K+ developers and teams</span>.
103+
Used and loved by <span class="font-medium text-(--ui-text-highlighted)">10K+ developers and teams</span>.
104104
</span>
105105
</div>
106106
<USeparator type="dashed" class="w-24" />

src/module.ts

-2
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ export default defineNuxtModule<ModuleOptions>({
100100
runtimeConfig.public.hub = {}
101101
// Make sure to tell Nitro to not generate the .wrangler/deploy/config.json file
102102
nuxt.options.nitro.cloudflare ||= {}
103-
// @ts-expect-error deployConfig is not typed here
104103
nuxt.options.nitro.cloudflare.deployConfig = false
105-
// @ts-expect-error nodeCompat is not typed here
106104
nuxt.options.nitro.cloudflare.nodeCompat = true
107105
// For old versions of Nitro, disable generating the wrangler.toml file
108106
delete nuxt.options.nitro.cloudflare?.wrangler?.compatibility_flags

0 commit comments

Comments
 (0)