Skip to content

Commit f789c1d

Browse files
chore: small adjust, remove small peace of code and ex data engineer manager tag
1 parent 273e0b5 commit f789c1d

2 files changed

Lines changed: 0 additions & 22 deletions

File tree

src/components/HeadCommon.astro

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const isToNoIndex = /https:\/\/www.azion.com/.test(SITE_URL) && !noindex ? false
1818
)
1919
}
2020

21-
2221
<link rel="icon" type="image/png" href={FAVICON_URL} />
2322
<link rel="icon" type="image/png" href={FAVICON_URL} sizes="32x32" />
2423
<link rel="apple-touch-icon-precomposed" href={FAVICON_URL} sizes="32x32" />
@@ -32,22 +31,3 @@ const isToNoIndex = /https:\/\/www.azion.com/.test(SITE_URL) && !noindex ? false
3231
<link crossorigin as="font" type="font/woff2" rel="preload" href={`${FONTS_URL}/roboto/roboto-regular.woff2`} />
3332
<link crossorigin as="font" type="font/woff2" rel="preload" href={`${FONTS_URL}/roboto/roboto-medium.woff2`} />
3433
<link crossorigin as="font" type="font/ttf" rel="preload" href={`${FONTS_URL}/roboto-mono/roboto-mono-regular.ttf`} />
35-
36-
<script type="module" src="/assets/docs/js/make-scrollable-code-focusable.js"></script>
37-
<script is:inline type="text/javascript">
38-
document.addEventListener('dblclick', (el) => {
39-
const node = el.target;
40-
if (!node) return;
41-
if (node.nodeName !== 'CODE') return;
42-
if (node.parentElement?.nodeName === 'PRE') return;
43-
44-
let range = new Range();
45-
range.setStart(node, 0);
46-
range.setEnd(node, 1);
47-
const selection = document.getSelection();
48-
if (selection) {
49-
selection.removeAllRanges();
50-
selection.addRange(range);
51-
}
52-
});
53-
</script>

src/components/HeadSEO.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,5 @@ const ogLocale = bcpLang.replace(/-/g, '_');
7878
<meta name="facebook-domain-verification" content="8nux2xhl21yvil08vezdvwfeuizhoz" />
7979
<!-- GSC PROPERTY VERIFICATION -->
8080
<meta name="google-site-verification" content="k-705RU8i8siCetgFIG7b06D7b_4vW0BXV0jqip8WRA" />
81-
<!-- data manager verification -->
82-
<meta name="google-site-verification" content="qDh9Xn1GQLjy4UsVY_1XzNZ3_4hZ918RG4SgbKy7dd8" />
8381
<!--META TAG only www property -->
8482
<meta name="google-site-verification" content="rWfdbs8jdleAYNe8PQbQVEJ6v3NJDh3FjibG45nsXKk" />

0 commit comments

Comments
 (0)