diff options
| -rw-r--r-- | src/config.yaml | 32 | ||||
| -rw-r--r-- | src/pages/index.astro | 2 |
2 files changed, 17 insertions, 17 deletions
diff --git a/src/config.yaml b/src/config.yaml index 8dab37c..7948e4a 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -1,6 +1,6 @@ site: - name: AstroWind - site: 'https://astrowind.vercel.app' + name: Gres-Tech + site: 'https://www.gres-tech.com' base: '/' trailingSlash: false @@ -9,58 +9,58 @@ site: # 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: Gres-Tech | Kompleksowe Usługi Glazurnicze + template: '%s — Gres-Tech' + description: "Profesjonalne usługi glazurnicze - płytki wielkoformatowe, kafelkowanie, glazura, hydroizolacja, listwy wykończeniowe, układanie kafelek, montaż wycieraczek, cięcie płytek, posadzka. 9 lat doświadczenia w branży." robots: index: true follow: true openGraph: - site_name: AstroWind + site_name: Gres-Tech | Kompleksowe Usługi Glazurnicze images: - url: '~/assets/images/default.png' width: 1200 height: 628 type: website twitter: - handle: '@onwidget' - site: '@onwidget' + handle: '@gres_tech' + site: '@gres_tech' cardType: summary_large_image i18n: - language: en + language: pl textDirection: ltr apps: blog: - isEnabled: true + isEnabled: false postsPerPage: 6 post: - isEnabled: true + isEnabled: false permalink: '/%slug%' # Variables: %slug%, %year%, %month%, %day%, %hour%, %minute%, %second%, %category% robots: index: true list: - isEnabled: true + isEnabled: false pathname: 'blog' # Blog main path, you can change this to "articles" (/articles) robots: index: true category: - isEnabled: true + isEnabled: false pathname: 'category' # Category main path /category/some-category, you can change this to "group" (/group/some-category) robots: index: true tag: - isEnabled: true + isEnabled: false pathname: 'tag' # Tag main path /tag/some-tag, you can change this to "topics" (/topics/some-category) robots: index: false - isRelatedPostsEnabled: true + isRelatedPostsEnabled: false relatedPostsCount: 4 analytics: @@ -69,4 +69,4 @@ analytics: id: null # or "G-XXXXXXXXXX" ui: - theme: 'system' # Values: "system" | "light" | "dark" | "light:only" | "dark:only" + theme: 'light:only' # Values: "system" | "light" | "dark" | "light:only" | "dark:only" diff --git a/src/pages/index.astro b/src/pages/index.astro index 3e6d7da..f4aff47 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,7 +1,7 @@ --- import Layout from '~/layouts/PageLayout.astro'; -import Hero from '~/components/widgets/Hero.astro'; +import Hero from '~/components/widgets/Hero2.astro'; import Note from '~/components/widgets/Note.astro'; import Features from '~/components/widgets/Features.astro'; import Features2 from '~/components/widgets/Features2.astro'; |
