Skip to content

Commit aa26fc0

Browse files
committed
Fix URL
1 parent 092f645 commit aa26fc0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
Is a replacement for the now defunct Paste My Taste site. I build this replacement to play around with VueJS. Additionally
66
to providing the same features as the old site this one also includes the links to the artists on Last.FM in a Reddit-compatible post format. Feature requests are welcome! 👨🏻‍💻
77

8-
**It's currently available here: [pastemytaste.com](https://pastemytaste.com)**
8+
**It's currently available here: [pastemytaste.site](https://pastemytaste.site)**
99

10-
If you need a demo username try mine: [apfeltalkdewey](https://www.last.fm/user/apfeltalkdewey) (No judging, my account is more than 10 years old and you can't change your username on Last.FM 🤔
10+
Up until December 2022 it was available on pastemytaste[.]com but unfortunately due to an accident the domain expired.
11+
12+
If you need a demo username try mine: [apfeltalkdewey](https://www.last.fm/user/tehwey) (No judging, my account is more than 10 years old and you can't change your username on Last.FM 🤔
1113

1214

1315
## Configuration and Operation

web/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="og:title" content="Paste My Taste" />
1616
<meta property="og:image" content="<%= BASE_URL %>preview.jpg" />
1717
<title>Paste My Taste for Last.FM</title>
18-
<script defer data-domain="pastemytaste.com" src="https://plausible.io/js/plausible.js"></script>
18+
<script defer data-domain="pastemytaste.site" src="https://plausible.io/js/plausible.js"></script>
1919
</head>
2020
<body>
2121
<noscript>

0 commit comments

Comments
 (0)