Skip to content

Commit

Permalink
new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomashighbaugh committed Feb 20, 2024
1 parent c201cbc commit d54ab0e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Biolink
# Links

![preview](./media/preview.png)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"private": true,
"name": "biolink",
"name": "links",
"version": "0.0.1",
"author": "Thomas Leon Highbaugh - [email protected]",
"description": "Personal Linktree alternative developed with Next.JS, TypeScript & Tailwind CSS.",
"repository": "https://github.com/Thomashighbaugh/biolink",
"repository": "https://github.com/Thomashighbaugh/links",
"license": "MIT",
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 2 additions & 2 deletions public/app.webmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lang": "en-EN",
"name": "Biolink",
"short_name": "Biolink",
"name": "Links",
"short_name": "Links",
"description": "A linktree alternative written with Next.js, Typescript-React & Tailwind.css.",
"start_url": "/",
"display": "standalone",
Expand Down
4 changes: 2 additions & 2 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Biolink",
"short_name": "Biolink",
"name": "Links",
"short_name": "Links",
"icons": [
{
"src": "/favicon/android-chrome-192x192.png",
Expand Down
4 changes: 2 additions & 2 deletions src/config/meta_tags.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const app_url = 'https://biolink-delta.vercel.app/';
const app_url = 'https://links.thomashighbaugh.me';

const meta_tags = {
app_url,
title: 'Biolink',
title: 'Social Links | Thomas Highbaugh',
description:
'A landing page intended to act as a gateway to my other interconnected sites .',
keywords:
Expand Down

0 comments on commit d54ab0e

Please sign in to comment.