mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-25 00:21:28 +02:00
fix: remove varify
This commit is contained in:
committed by
Kamran Ahmed
parent
c2edaa810a
commit
1dae64f865
@@ -4,7 +4,6 @@ import { getPageTrackingData } from '../../lib/browser';
|
||||
declare global {
|
||||
interface Window {
|
||||
gtag: any;
|
||||
varify: any;
|
||||
fireEvent: (props: {
|
||||
action: string;
|
||||
category: string;
|
||||
|
@@ -5,7 +5,6 @@ import SkeletonLayout from '../../layouts/SkeletonLayout.astro';
|
||||
---
|
||||
|
||||
<SkeletonLayout
|
||||
htmlClassName='varify-antiflicker'
|
||||
title='Master SQL'
|
||||
briefTitle='Learn SQL from the ground up'
|
||||
ogImageUrl='https://assets.roadmap.sh/guest/sql-course-bjc53.png'
|
||||
|
Reference in New Issue
Block a user