From 1d5dad44fadd50b55a6f94cc37ce4729c8aaa0e6 Mon Sep 17 00:00:00 2001 From: Emily Date: Fri, 11 Apr 2025 18:16:20 +0200 Subject: [PATCH] add titles --- dashboard/pages/account.vue | 1 + dashboard/pages/billing.vue | 1 + scripts/producer/shared.ts | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/pages/account.vue b/dashboard/pages/account.vue index 9663bfa..1c9271c 100644 --- a/dashboard/pages/account.vue +++ b/dashboard/pages/account.vue @@ -4,6 +4,7 @@ definePageMeta({ layout: 'dashboard' }); \ No newline at end of file diff --git a/dashboard/pages/billing.vue b/dashboard/pages/billing.vue index 5d4d8f6..ec14c7b 100644 --- a/dashboard/pages/billing.vue +++ b/dashboard/pages/billing.vue @@ -4,6 +4,7 @@ definePageMeta({ layout: 'dashboard' }); \ No newline at end of file diff --git a/scripts/producer/shared.ts b/scripts/producer/shared.ts index 0d5c041..148ad1a 100644 --- a/scripts/producer/shared.ts +++ b/scripts/producer/shared.ts @@ -19,4 +19,3 @@ helper.copy('schema/shields/AddressBlacklistSchema.ts'); helper.copy('schema/shields/BotTrafficOptionSchema.ts'); helper.copy('schema/shields/CountryBlacklistSchema.ts'); helper.copy('schema/shields/DomainWhitelistSchema.ts'); -helper.copy('schema/shields/PageBlacklistSchema.ts');