Skip to content

Commit 59befd8

Browse files
committed
add meta-data
1 parent 5b9d971 commit 59befd8

File tree

1 file changed

+6
-0
lines changed
  • examples/demo/src/app/(sprite-demo)/icon-sprite

1 file changed

+6
-0
lines changed

examples/demo/src/app/(sprite-demo)/icon-sprite/page.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ import HeaderBar from '../components/HeaderBar';
155155
import StatsCard from '../components/StatsCard';
156156
import { SectionGrid } from '../components/SectionGrid';
157157

158+
export const metadata = {
159+
title: 'Zero UI Icon Sprite - The fastest way to do icons in React',
160+
description: 'Lucide to SVG sprite for React. w/custom icon support.',
161+
alternates: { canonical: 'https://zero-ui.dev/icon-sprite' },
162+
};
163+
158164
const page = () => {
159165
return (
160166
<div className="min-h-screen bg-gradient-to-b from-slate-50 to-white dark:from-slate-900 dark:to-slate-950">

0 commit comments

Comments
 (0)