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