Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const siteConfig = {
name: "Stackhacker UI",
url: "https://ui.stackhacker.io",
ogImage: "https://ui.stackhacker.io/og.jpg",
description: "Open-source Nuxt templates and components for the shadcn-vue community.",
description: "Stackhacker UI is an open-source collection of Nuxt templates and components for the shadcn-vue community.",
links: {
github: "https://github.com/stackhacker-ui/docs",
},
Expand Down
6 changes: 3 additions & 3 deletions content/docs/1.getting-started/1.index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Introduction
description: Open-source Nuxt templates and components for the shadcn-vue community.
description: Stackhacker UI is an open-source collection of Nuxt templates and components for the shadcn-vue community.
category: overview
---

## What is stackhacker-ui?
## What is Stackhacker UI?

`stackhacker-ui` is an open-source project for Nuxt developers using shadcn-vue.
Stackhacker UI (`stackhacker-ui`) is an open-source project for Nuxt developers using shadcn-vue.

It adds practical templates and reusable components to make implementation easier in real Nuxt projects.

Expand Down
Loading