Skip to content

Commit 596d017

Browse files
feat: update metadata
1 parent 26787b5 commit 596d017

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Juno: Satellite Template
22

3-
![A screenshot of the starter kit](https://raw.githubusercontent.com/junobuild/satellite-template/main/screenshots/screenshot-template.png)
3+
![A screenshot of the template](https://raw.githubusercontent.com/junobuild/satellite-template/main/screenshots/screenshot-template.png)
44

55
A template developed as a placeholder for any new [Juno](https://juno.build) Satellites spun up.
66

src/consts.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Place any global data in this file.
22
// You can import this data from anywhere in your site by using the `import` keyword.
33

4-
export const SITE_TITLE = "Juno / Astro Starter Kit";
5-
export const SITE_DESCRIPTION = "Welcome to my website!";
4+
export const SITE_TITLE = "Juno / Satellite";
5+
export const SITE_DESCRIPTION = "Welcome to Juno";
66
export const SITE_SOCIAL_IMAGE =
7-
"https://raw.githubusercontent.com/junobuild/create-juno/main/screenshots/screenshot-starter.png";
7+
"https://raw.githubusercontent.com/junobuild/satellite-template/main/screenshots/screenshot-template.png";

0 commit comments

Comments
 (0)