Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apat0 committed Jan 2, 2025
1 parent 30e1d03 commit e7c42f7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

An open source application built using the latest features in Astro v4 with shadcn/ui.

![blog](public/og.jpg)

> **Warning**
> This app is a work in progress. I'm building this in public. You can follow the progress on Twitter [@miickasmt](https://twitter.com/miickasmt).
> See the roadmap below.
Expand Down Expand Up @@ -92,10 +90,6 @@ pnpm install
pnpm run dev
```

## Credit

This theme is based off of the example app [Taxonomy](https://tx.shadcn.com/) of shadcn.

## License

Licensed under the [MIT license](https://github.com/mickasmt/astro-nomy/blob/main/LICENSE.md).
Licensed under the [MIT license]
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import pagefind from "astro-pagefind";

// https://astro.build/config
export default defineConfig({
site: "https://astro-nomy.vercel.app",
site: "https://mango-flower-0edf37903.4.azurestaticapps.net/",
integrations: [
mdx({
syntaxHighlight: "shiki",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "astro-nomy",
"name": "knowledge-hub-sst",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build-local": "astro build && npx pagefind --site dist",
"build": "astro build && npx pagefind --site dist--remote",
"build": "astro build && npx pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
Expand Down
8 changes: 4 additions & 4 deletions src/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ export const siteConfig: SiteConfig = {
name: "Knowledge Hub SST",
description:
"An modern example app built using Astro v4 & shadcn/ui. Inspired by shadcn/taxonomy.",
url: "https://astro-nomy.vercel.app",
ogImage: "https://astro-nomy.vercel.app/og.jpg",
url: "https://mango-flower-0edf37903.4.azurestaticapps.net/",
ogImage: "https://mango-flower-0edf37903.4.azurestaticapps.net//og.jpg",
links: {
twitter: "https://twitter.com/miickasmt",
github: "https://github.com/mickasmt/astro-nomy",
twitter: "https://twitter.com",
github: "https://github.com",
},
};

Expand Down

0 comments on commit e7c42f7

Please sign in to comment.