We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9d971 commit 59befd8Copy full SHA for 59befd8
examples/demo/src/app/(sprite-demo)/icon-sprite/page.tsx
@@ -155,6 +155,12 @@ import HeaderBar from '../components/HeaderBar';
155
import StatsCard from '../components/StatsCard';
156
import { SectionGrid } from '../components/SectionGrid';
157
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
+
164
const page = () => {
165
return (
166
<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