Skip to content

alextim/astro-portfolio

Repository files navigation

Climbing in Turkey

Images

Logo

Two logo files are needed.

  • public/logo.svg
  • src/assets/logo.png

💡 Use 512x512 resolution for logo.png.

Images

Place images to src/assets/images folder.

Production

Site Url

File: src/config/siteUrl.mjs

change

const siteUrl = 'https://climbing-in-turkey-astro.netlify.app';

to

const siteUrl = 'https://YOURS-SITE-DOMAIN';

💡 No trailing slash!

File: public/robots.txt

change

Sitemap: https://climbing-in-turkey-astro.netlify.app/sitemap.xml

to

Sitemap: https://YOURS-SITE-DOMAIN/sitemap.xml

Enable Indexing

File: netlify.toml

    X-Robots-Tag = "noindex, nofollow"
    X-Robots-Tag = "index, follow"

File: src/config/seo.config.mjs

change

disableIndexing: true,

to

disableIndexing: false,

File: public/robots.txt

change

Disallow: /

to

Disallow:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published