diff --git a/README.md b/README.md index 55627a9..426bae1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Juno: Satellite Template -![A screenshot of the starter kit](https://raw.githubusercontent.com/junobuild/satellite-template/main/screenshots/screenshot-template.png) +![A screenshot of the template](https://raw.githubusercontent.com/junobuild/satellite-template/main/screenshots/screenshot-template.png) A template developed as a placeholder for any new [Juno](https://juno.build) Satellites spun up. diff --git a/src/consts.ts b/src/consts.ts index 74091e2..ffaa874 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,7 +1,7 @@ // Place any global data in this file. // You can import this data from anywhere in your site by using the `import` keyword. -export const SITE_TITLE = "Juno / Astro Starter Kit"; -export const SITE_DESCRIPTION = "Welcome to my website!"; +export const SITE_TITLE = "Juno / Satellite"; +export const SITE_DESCRIPTION = "Welcome to Juno"; export const SITE_SOCIAL_IMAGE = - "https://raw.githubusercontent.com/junobuild/create-juno/main/screenshots/screenshot-starter.png"; + "https://raw.githubusercontent.com/junobuild/satellite-template/main/screenshots/screenshot-template.png";