From c299e13cd4dccab2ecc217baba7a9dffb5010e5a Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Wed, 1 Oct 2025 14:29:57 +0200 Subject: [PATCH] Update hosting-and-publishing.md to remove Glitch --- docs/introduction/hosting-and-publishing.md | 24 --------------------- 1 file changed, 24 deletions(-) diff --git a/docs/introduction/hosting-and-publishing.md b/docs/introduction/hosting-and-publishing.md index d7000586abf..01d4ed6b3e4 100644 --- a/docs/introduction/hosting-and-publishing.md +++ b/docs/introduction/hosting-and-publishing.md @@ -19,30 +19,6 @@ as AWS, Heroku, or self-hosting. An important note is that these sites should be served with SSL/HTTPS due to a common security restriction of the browser's WebVR API. All the options below serve with SSL/HTTPS. -### Glitch - -![Glitch](https://cloud.githubusercontent.com/assets/674727/25643449/b5ee2542-2f54-11e7-9d45-22f3aa0b208f.jpg) - -*"Glitch is the friendly community where you'll build the app of your dreams -With working example apps to remix, a code editor to modify them, instant -hosting and deployment - anybody can build a web app on Glitch, for free."* - -[Glitch](https://glitch.com) is the easiest and fastest way to create and -publish a site from within the browser. Glitch lets us add code and files, -upload assets, edit with other people, define our own URL name, and instantly -deploy changes on every change. We don't even need to make an account nor -login: - -1. Try going to the [A-Frame Starter Glitch](https://glitch.com/~aframe/). -2. Hit **Remix your own** to copy the project. -3. Click the *Project info and options* icon on the top-left to rename our -application (e.g., `https://yoursitename.glitch.me`). -4. Edit the HTML, add files, modify the project. -5. Click **Show** to view the application (e.g., the starter glitch is hosted at `https://aframe.glitch.me`). -6. Every change to the project will update the application instantly. This can -be toggled off by signing in, clicking your user avatar, and toggling **Refresh -App on Changes**. - ### Neocities ![Neocities](https://cloud.githubusercontent.com/assets/674727/25643397/6db47790-2f54-11e7-9eb3-ac18a1513e9f.jpg)