small config changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@onwidget/astrowind",
|
"name": "campus-web",
|
||||||
"version": "1.0.0-beta.52",
|
"version": "1.0.0-beta.52",
|
||||||
"description": "AstroWind: A free template using Astro 5.0 and Tailwind CSS. Astro starter theme.",
|
"description": "Campus SV marketing site (Astro + Tailwind)",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
BIN
src/assets/images/og-default.png
Normal file
BIN
src/assets/images/og-default.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@@ -1,67 +1,39 @@
|
|||||||
site:
|
site:
|
||||||
name: AstroWind
|
name: Campus SV
|
||||||
site: 'https://astrowind.vercel.app'
|
site: 'https://campus.sv'
|
||||||
base: '/'
|
base: '/'
|
||||||
trailingSlash: false
|
trailingSlash: false
|
||||||
|
|
||||||
googleSiteVerificationId: orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M
|
googleSiteVerificationId: null
|
||||||
|
|
||||||
# Default SEO metadata
|
# Default SEO metadata
|
||||||
metadata:
|
metadata:
|
||||||
title:
|
title:
|
||||||
default: AstroWind
|
default: Campus SV
|
||||||
template: '%s — AstroWind'
|
template: '%s — Campus SV'
|
||||||
description: "\U0001F680 Suitable for Startups, Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs."
|
description: "Formación profesional para instituciones y organizaciones. Programas a medida, evidencia y reportes, instructores expertos."
|
||||||
robots:
|
robots:
|
||||||
index: true
|
index: true
|
||||||
follow: true
|
follow: true
|
||||||
openGraph:
|
openGraph:
|
||||||
site_name: AstroWind
|
site_name: Campus SV
|
||||||
images:
|
images:
|
||||||
- url: '~/assets/images/default.png'
|
- url: '~/assets/images/og-default.png'
|
||||||
width: 1200
|
width: 1200
|
||||||
height: 628
|
height: 675
|
||||||
type: website
|
type: website
|
||||||
twitter:
|
twitter:
|
||||||
handle: '@arthelokyo'
|
handle: null
|
||||||
site: '@arthelokyo'
|
site: null
|
||||||
cardType: summary_large_image
|
cardType: summary_large_image
|
||||||
|
|
||||||
i18n:
|
i18n:
|
||||||
language: en
|
language: es
|
||||||
textDirection: ltr
|
textDirection: ltr
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
blog:
|
blog:
|
||||||
isEnabled: true
|
isEnabled: false
|
||||||
postsPerPage: 6
|
|
||||||
|
|
||||||
post:
|
|
||||||
isEnabled: true
|
|
||||||
permalink: '/%slug%' # Variables: %slug%, %year%, %month%, %day%, %hour%, %minute%, %second%, %category%
|
|
||||||
robots:
|
|
||||||
index: true
|
|
||||||
|
|
||||||
list:
|
|
||||||
isEnabled: true
|
|
||||||
pathname: 'blog' # Blog main path, you can change this to "articles" (/articles)
|
|
||||||
robots:
|
|
||||||
index: true
|
|
||||||
|
|
||||||
category:
|
|
||||||
isEnabled: true
|
|
||||||
pathname: 'category' # Category main path /category/some-category, you can change this to "group" (/group/some-category)
|
|
||||||
robots:
|
|
||||||
index: true
|
|
||||||
|
|
||||||
tag:
|
|
||||||
isEnabled: true
|
|
||||||
pathname: 'tag' # Tag main path /tag/some-tag, you can change this to "topics" (/topics/some-category)
|
|
||||||
robots:
|
|
||||||
index: false
|
|
||||||
|
|
||||||
isRelatedPostsEnabled: true
|
|
||||||
relatedPostsCount: 4
|
|
||||||
|
|
||||||
analytics:
|
analytics:
|
||||||
vendors:
|
vendors:
|
||||||
|
|||||||
Reference in New Issue
Block a user