docs: fix h1
This commit is contained in:
@@ -8,7 +8,7 @@ const config = {
|
||||
images: {
|
||||
domains: ['localhost', 'openpanel.dev', 'api.openpanel.dev'],
|
||||
},
|
||||
serverExternalPackages: ['@hyperdx/node-opentelemetry'],
|
||||
serverExternalPackages: ['@hyperdx/node-opentelemetry', '@openpanel/geo'],
|
||||
redirects: [
|
||||
{
|
||||
source: '/articles/top-7-open-source-web-analytics-tools',
|
||||
|
||||
@@ -152,6 +152,7 @@ export default function IPLookupPage() {
|
||||
title="IP Lookup Tool"
|
||||
description="Find detailed information about any IP address including geolocation, ISP, and network details."
|
||||
variant="default"
|
||||
as="h1"
|
||||
/>
|
||||
|
||||
<form onSubmit={handleSubmit} className="mt-8">
|
||||
|
||||
@@ -197,6 +197,7 @@ export default function SiteCheckerPage() {
|
||||
title="URL Checker"
|
||||
description="Analyze any website for SEO, social media, technical, and security information. Get comprehensive insights about any URL."
|
||||
variant="default"
|
||||
as="h1"
|
||||
/>
|
||||
|
||||
<form onSubmit={handleSubmit} className="mt-8">
|
||||
|
||||
Reference in New Issue
Block a user