change domain to y2k.land

This commit is contained in:
2020-06-04 12:59:57 -04:00
parent 446a4b85ef
commit a979c3e013
5 changed files with 13 additions and 13 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')" if: "!contains(github.event.head_commit.message, '[skip ci]')"
env: env:
CF_ZONE_ID: "92e2ec634800f776ec4f3e983491c349" CF_ZONE_ID: "8a79e5c61c0a7033d7b0eca176665cd1"
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }} CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -1,4 +1,4 @@
# 💾 [y2k.lol](https://y2k.lol/) # 💾 [Y2K Land](https://y2k.land/)
![Deploy](https://github.com/jakejarvis/y2k/workflows/Deploy/badge.svg) ![Deploy](https://github.com/jakejarvis/y2k/workflows/Deploy/badge.svg)
@ -6,7 +6,7 @@ Nostalgic time machine powered by on-demand Windows Me VMs and [my first website
The backend isn't quite ready to be open-sourced (read: it's still a fatally embarrassing ball of spaghetti) but will be moved here very soon! 🍝 The backend isn't quite ready to be open-sourced (read: it's still a fatally embarrassing ball of spaghetti) but will be moved here very soon! 🍝
<p align="center"><a href="https://y2k.lol/"><img width="600" src="screenshot.png"></a></p> <p align="center"><a href="https://y2k.land/"><img width="600" src="screenshot.png"></a></p>
## Requirements ## Requirements

View File

@ -11,14 +11,14 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>y2k.lol  Powered by Windows Me 💾</title> <title>Y2K Land — Powered by Windows Me 💾</title>
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="My first website on a Windows Me-powered time machine. You've been warned."> <meta name="description" content="My first website on a Windows Me-powered time machine. You've been warned.">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" href="favicon.ico">
<link rel="preconnect" href="https://sandbox.y2k.lol"> <link rel="preconnect" href="https://sandbox.y2k.land">
<link rel="preconnect" href="https://collect.y2k.lol"> <link rel="preconnect" href="https://collect.y2k.land">
<link rel="web-socket" href="wss://sandbox.y2k.lol"> <link rel="web-socket" href="wss://sandbox.y2k.land">
<script>window.sa_event=window.sa_event||function(){a=[].slice.call(arguments);sa_event.q?sa_event.q.push(a):sa_event.q=[a]};</script> <script>window.sa_event=window.sa_event||function(){a=[].slice.call(arguments);sa_event.q?sa_event.q.push(a):sa_event.q=[a]};</script>
</head> </head>
<body> <body>
@ -31,14 +31,14 @@
if (window.WebSocket) { if (window.WebSocket) {
var display = document.getElementById("display"); var display = document.getElementById("display");
var rfb = new RFB({ target: display, encrypt: true }); var rfb = new RFB({ target: display, encrypt: true });
rfb.connect("sandbox.y2k.lol", 443); rfb.connect("sandbox.y2k.land", 443);
} }
</script> </script>
<script> <script>
var random_tile = Math.floor(Math.random() * 20); var random_tile = Math.floor(Math.random() * 20);
document.body.style.backgroundImage = 'url("tiles/tile_' + random_tile + '.png")'; document.body.style.backgroundImage = 'url("tiles/tile_' + random_tile + '.png")';
</script> </script>
<script async defer src="https://collect.y2k.lol/latest.js" data-skip-dnt="true"></script> <script async defer src="https://collect.y2k.land/latest.js" data-skip-dnt="true"></script>
<noscript><img src="https://collect.y2k.lol/noscript.gif" alt=""/></noscript> <noscript><img src="https://collect.y2k.land/noscript.gif" alt=""/></noscript>
</body> </body>
</html> </html>

View File

@ -2,7 +2,7 @@
"private": true, "private": true,
"name": "y2k-static", "name": "y2k-static",
"version": "1.0.0", "version": "1.0.0",
"homepage": "https://y2k.lol/", "homepage": "https://y2k.land/",
"author": "Jake Jarvis <jake@jarv.is>", "author": "Jake Jarvis <jake@jarv.is>",
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",

View File

@ -1,8 +1,8 @@
name = "y2k" name = "y2k"
type = "webpack" type = "webpack"
account_id = "bd1a636a30a817137ce1e91c9e407373" account_id = "bd1a636a30a817137ce1e91c9e407373"
zone_id = "92e2ec634800f776ec4f3e983491c349" zone_id = "8a79e5c61c0a7033d7b0eca176665cd1"
route = "y2k.lol/*" route = "y2k.land/*"
# workers_dev = true # workers_dev = true
[site] [site]