-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
update now.json #2434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update now.json #2434
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2434 +/- ##
=======================================
Coverage 91.83% 91.83%
=======================================
Files 1 1
Lines 49 49
=======================================
Hits 45 45
Misses 4 4 Continue to review full report at Codecov.
|
I don't think there's a real official ALIAS DNS record. It looks like some DNS providers allow it as a workaround for root domains not allowing CNAME records. It causes the DNS provider to look up, cache, and return the A record from some other domain. You should probably just set the same A record(s) as are on svelte.technology and/or on alias.zeit.co. |
Setting static A records for svelte.dev (rather than having ones that query and cache alias.zeit.co) will break if alias.zeit.co's A record changes, but I would imagine Zeit has a rather large vested interest in that not happening. |
Correction for posterity: |
We also need to make sure the repl github oauth app has its authorization URL and BASEURL etc set appropriately. |
https://svelte.dev/ is now up and running for me - but the github auth stuff is not working, as it still needs to be updated. |
Looks like everything is working. https://svelte.dev is our new home. At some point I'll deploy the current https://svelte.technology as https://v2.svelte.dev, and move over https://sapper.svelte.technology and https://hn.svelte.technology to their .dev counterparts (I think that's everything on svelte.technology) |
Oh and 301 v3.svelte.technology to svelte.dev, obvs |
Trying to deploy the site to https://svelte.dev. So far doesn't seem to work — I get this in my terminal after running Now:
Namecheap doesn't appear to give me the option of assigning an
ALIAS
record... will have to come back to this when less busy