small config changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@onwidget/astrowind",
|
||||
"name": "campus-web",
|
||||
"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",
|
||||
"private": true,
|
||||
"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:
|
||||
name: AstroWind
|
||||
site: 'https://astrowind.vercel.app'
|
||||
name: Campus SV
|
||||
site: 'https://campus.sv'
|
||||
base: '/'
|
||||
trailingSlash: false
|
||||
|
||||
googleSiteVerificationId: orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M
|
||||
googleSiteVerificationId: null
|
||||
|
||||
# Default SEO metadata
|
||||
metadata:
|
||||
title:
|
||||
default: AstroWind
|
||||
template: '%s — AstroWind'
|
||||
description: "\U0001F680 Suitable for Startups, Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs."
|
||||
default: Campus SV
|
||||
template: '%s — Campus SV'
|
||||
description: "Formación profesional para instituciones y organizaciones. Programas a medida, evidencia y reportes, instructores expertos."
|
||||
robots:
|
||||
index: true
|
||||
follow: true
|
||||
openGraph:
|
||||
site_name: AstroWind
|
||||
site_name: Campus SV
|
||||
images:
|
||||
- url: '~/assets/images/default.png'
|
||||
- url: '~/assets/images/og-default.png'
|
||||
width: 1200
|
||||
height: 628
|
||||
height: 675
|
||||
type: website
|
||||
twitter:
|
||||
handle: '@arthelokyo'
|
||||
site: '@arthelokyo'
|
||||
handle: null
|
||||
site: null
|
||||
cardType: summary_large_image
|
||||
|
||||
i18n:
|
||||
language: en
|
||||
language: es
|
||||
textDirection: ltr
|
||||
|
||||
apps:
|
||||
blog:
|
||||
isEnabled: true
|
||||
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
|
||||
isEnabled: false
|
||||
|
||||
analytics:
|
||||
vendors:
|
||||
|
||||
Reference in New Issue
Block a user