Skip to content

Commit

Permalink
Merge pull request #3 from RodrasF/dev
Browse files Browse the repository at this point in the history
refactor: rename repo and site
  • Loading branch information
RodrasF authored Oct 4, 2024
2 parents 3c02bac + 76936a1 commit e0b6ce6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "astro-blog",
"name": "rodrasf.github.io",
"type": "module",
"version": "0.0.1",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 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 = 'Astro Blog';
export const SITE_TITLE = 'My Blog';
export const SITE_DESCRIPTION = 'Welcome to my website!';

0 comments on commit e0b6ce6

Please sign in to comment.