Skip to content

Commit 86a3da8

Browse files
committed
docs: fix h1
1 parent ae38300 commit 86a3da8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

apps/public/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const config = {
88
images: {
99
domains: ['localhost', 'openpanel.dev', 'api.openpanel.dev'],
1010
},
11-
serverExternalPackages: ['@hyperdx/node-opentelemetry'],
11+
serverExternalPackages: ['@hyperdx/node-opentelemetry', '@openpanel/geo'],
1212
redirects: [
1313
{
1414
source: '/articles/top-7-open-source-web-analytics-tools',

apps/public/src/app/tools/ip-lookup/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ export default function IPLookupPage() {
152152
title="IP Lookup Tool"
153153
description="Find detailed information about any IP address including geolocation, ISP, and network details."
154154
variant="default"
155+
as="h1"
155156
/>
156157

157158
<form onSubmit={handleSubmit} className="mt-8">

apps/public/src/app/tools/url-checker/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ export default function SiteCheckerPage() {
197197
title="URL Checker"
198198
description="Analyze any website for SEO, social media, technical, and security information. Get comprehensive insights about any URL."
199199
variant="default"
200+
as="h1"
200201
/>
201202

202203
<form onSubmit={handleSubmit} className="mt-8">

0 commit comments

Comments
 (0)