Skip to content

Commit

Permalink
feat: update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 15, 2024
1 parent 26787b5 commit 596d017
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions src/consts.ts
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit 596d017

Please sign in to comment.