Skip to content

Commit 450b3ad

Browse files
committed
Change DNS and other small tweaks
1 parent 5d31dc8 commit 450b3ad

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rfd.fyi
1+
rfd.davegallant.ca
22

33
file_server
44

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# rfd.fyi
1+
# rfd-fyi
22

33
This repository provides a simple, less-distracting overlay for hot deals posted on https://forums.redflagdeals.com.
44

55
The frontend is made with Vue 3 and the backend is written in Go. The backend exists for caching purposes; to prevent excessive requests to RedFlagDeals itself.
66

7-
It is hosted at [rfd.fyi](https://rfd.fyi).
8-
97
## Local Development
108

119
To get up and running locally: in one pane/tab, run:

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel="stylesheet"
1111
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
1212
/>
13-
<title>rfd.fyi - An overlay of hot deals</title>
13+
<title>rfd-fyi - An overlay of hot deals</title>
1414
<script defer src="https://umami.snake-cloud.ts.net/script.js" data-website-id="59ffe8be-509a-471e-8cd6-a63c5b35b7aa"></script>
1515
</head>
1616
<body>

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ export default {
213213
<a
214214
href="/#/filter=costco"
215215
onclick="setTimeout(location.reload.bind(location), 1)"
216-
>https://rfd.fyi/#/filter=costco</a
216+
>/#/filter=costco</a
217217
>)</small
218218
>
219219
<div class="footer-right">
220220
<github-button href="https://github.com/davegallant/rfd-fyi"
221-
>Star</github-button
221+
></github-button
222222
>
223223
</div>
224224
</footer>

0 commit comments

Comments
 (0)