Skip to content

Commit

Permalink
Merge pull request #109 from zackha/dev
Browse files Browse the repository at this point in the history
fix: some SEO fix
  • Loading branch information
zackha authored Aug 14, 2024
2 parents 1cfd50e + 25e927e commit 4056613
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
An open-source, dynamic e-commerce solution powered by Nuxt 3 and GraphQL, headless storefront replacement for Woocommerce. Featuring a user interface in the style of Pinterest and fully customizable (Vue, Nuxt3).
</p>

### [🚀 Live Demo](https://nuxtcommerce.netlify.app/)
### [🚀 Live Demo](https://commerce.nuxt.dev)

## Introduction

Expand Down
3 changes: 0 additions & 3 deletions app.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
export default defineAppConfig({
siteName: 'NuxtCommerce',
shortDescription: 'NuxtCommerce is a dynamic e-commerce solution developed with Nuxt 3 and GraphQL, tailored for WooCommerce.',
siteImage:
'https://private-user-images.githubusercontent.com/79358543/249402335-0fbd5415-f449-4a7f-9031-33f8be0e447c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjM2MjY4ODEsIm5iZiI6MTcyMzYyNjU4MSwicGF0aCI6Ii83OTM1ODU0My8yNDk0MDIzMzUtMGZiZDU0MTUtZjQ0OS00YTdmLTkwMzEtMzNmOGJlMGU0NDdjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA4MTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwODE0VDA5MDk0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNhZDY0MWFiMTBjYWE4ZjUzMDA0ZTJmNzZjMTVlMDc4NTE3OTZmNzY4MmM3Nzk5MTE4MjAzZjgwNmVmZGE5NjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.KUAC7e4NGpo1Smi0aQlrPnk4HbD3j8SVXvBvNLbU0m4',
ui: {
primary: 'red',
},
Expand Down
6 changes: 3 additions & 3 deletions app.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
const { siteName, shortDescription, siteImage } = useAppConfig();
const { siteName } = useAppConfig();
useHead({
htmlAttrs: {
Expand All @@ -8,8 +8,8 @@ useHead({
charset: 'utf-8',
title: siteName,
meta: [
{ name: 'description', content: shortDescription },
{ property: 'og:image', content: siteImage },
{ name: 'description', content: 'NuxtCommerce is a dynamic e-commerce solution developed with Nuxt 3 and GraphQL, tailored for WooCommerce.' },
{ property: 'og:image', content: 'https://commerce.nuxt.dev/social-card.jpg' },
{ name: 'twitter:card', content: 'summary_large_image' },
{ name: 'twitter:site', content: '@zhatlen' },
{ name: 'twitter:creator', content: '@zhatlen' },
Expand Down
Binary file added public/social-card.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4056613

Please sign in to comment.