Skip to content

Commit

Permalink
Update website links
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain authored Oct 6, 2023
1 parent 315a4b8 commit b3f2525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/src/_partials/_head.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="theme-color" content="#ffffff">

<!-- Social stuff -->
<meta property="og:image" content="https://mrujs.com/images/mugshot.jpeg">
<meta property="og:image" content="/images/mugshot.jpeg">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="<%= site.metadata.title %>">

Expand Down Expand Up @@ -98,4 +98,3 @@
application.register("side-nav", SideNavController)
application.register("search", SearchController)
</script>

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"types": "dist/src/index.d.ts",
"typings": "dist/src/index.d.ts",
"repository": "git@github.com:KonnorRogers/mrujs.git",
"homepage": "https://mrujs.com",
"homepage": "https://mrujs.netlify.app",
"author": "KonnorRogers <konnor5456@gmail.com>",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit b3f2525

Please sign in to comment.