Skip to content

Commit 8c7f885

Browse files
committed
fix: update siteName in astroConsent integration to improve clarity
1 parent 71dc41a commit 8c7f885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
base: '/',
1010
integrations: [
1111
astroConsent({
12-
siteName: 'Dev Proxy',
12+
siteName: 'This website',
1313
policyUrl: 'https://go.microsoft.com/fwlink/?LinkId=521839',
1414
consent: {
1515
days: 90,

0 commit comments

Comments
 (0)