Use Prettier

This commit is contained in:
prototypa
2022-09-11 03:51:55 -04:00
parent 51362812c8
commit d909adb658
52 changed files with 1487 additions and 1447 deletions

View File

@ -1,30 +1,30 @@
export const SITE = {
name: "AstroWind",
name: 'AstroWind',
origin: "https://astrowind.vercel.app",
basePathname: "/",
origin: 'https://astrowind.vercel.app',
basePathname: '/',
title: "AstroWind — Your website with Astro + Tailwind CSS",
description: "🚀 AstroWind is a free and ready to start template to make your website using Astro and Tailwind CSS.",
title: 'AstroWind — Your website with Astro + Tailwind CSS',
description: '🚀 AstroWind is a free and ready to start template to make your website using Astro and Tailwind CSS.',
googleAnalyticsId: false, // or "G-XXXXXXXXXX",
googleSiteVerificationId: "orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M",
googleAnalyticsId: false, // or "G-XXXXXXXXXX",
googleSiteVerificationId: 'orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M',
};
export const BLOG = {
disabled: false,
slug: "blog",
disabled: false,
slug: 'blog',
postsWithoutBlogSlug: true,
postsPerPage: 6,
postsWithoutBlogSlug: true,
postsPerPage: 6,
category: {
disabled: false,
slug: "category", // set empty to change from /category/some-slug to /some-slug
},
category: {
disabled: false,
slug: 'category', // set empty to change from /category/some-slug to /some-slug
},
tag: {
disabled: false,
slug: "tag",
},
tag: {
disabled: false,
slug: 'tag',
},
};