tanstack.com icon indicating copy to clipboard operation
tanstack.com copied to clipboard

docs: Fix incorrect ogImage link

Open jungwoo3490 opened this issue 1 year ago • 1 comments

I found incorrect ogImage link in store.ts and fixed like this :)

export const storeProject: Library = {
  id: 'store',
  name: 'TanStack Store',
  cardStyles: `shadow-xl shadow-stone-700/20 dark:shadow-lg dark:shadow-stone-500/20 text-stone-500 dark:text-stone-400 border-2 border-transparent hover:border-current`,
  to: '/store',
  tagline: `Framework agnostic data store with reactive framework adapters`,
  description: `The immutable-reactive data store that powers the core of TanStack libraries and their framework adapters.`,
  // ogImage: 'https://github.com/tanstack/config/raw/main/media/repo-header.png',  // before
  ogImage: 'https://github.com/tanstack/store/raw/main/media/repo-header.png', // fixed
  badge: 'new',
  bgStyle: 'bg-stone-700',
  textStyle: 'text-stone-500',
  repo: 'tanstack/store',
  latestBranch: 'main',
  latestVersion: 'v0',
  availableVersions: ['v0'],
  colorFrom: 'from-stone-500',
  colorTo: 'to-stone-700',
  textColor: 'text-stone-700',
  frameworks: ['react', 'solid', 'vue', 'angular'],
  scarfId: '302d0fef-cb3f-43c6-b45c-f055b9745edb',
  defaultDocs: 'framework/react/overview',
}

jungwoo3490 avatar May 02 '24 17:05 jungwoo3490

@jungwoo3490 is attempting to deploy a commit to the Tanstack Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar May 02 '24 17:05 vercel[bot]