Giter VIP home page Giter VIP logo

Comments (8)

xtuc avatar xtuc commented on September 23, 2024

Nevermind it's available at a different URL. Google search is not up-to-date.

from fable-compiler.github.io.

alfonsogarciacaro avatar alfonsogarciacaro commented on September 23, 2024

Ah, sorry. Yeah, the URL has changed from fable.io/repl.html to fable.io/repl. There's a link now in the navbar of fable.io main pages (but not on the REPL itself, that's something I still need to change).

from fable-compiler.github.io.

xtuc avatar xtuc commented on September 23, 2024

The issue is when a user comes from Google since they still show the old URL. Could you maybe add a redirection fable.io/repl.html -> fable.io/repl?

from fable-compiler.github.io.

alfonsogarciacaro avatar alfonsogarciacaro commented on September 23, 2024

Good point! I gave it a try and unfortunately it's a bit tricky. The web is hosted on Github so I can make redirects using a Jekyll plugin but this is not working well with the local server I'm using for development. I tried to do it with JS (setting window.location) but this caused an infinite loop with urls like /repl.html and /repl.

I'll try to check later if there's a cleaner solution. Please tell me if you have any other idea 👍

from fable-compiler.github.io.

xtuc avatar xtuc commented on September 23, 2024

Is /repl and /repl.html the same page? I would create a new page with just a direction to the new one.

I re-opened and re-purposed this issue.

from fable-compiler.github.io.

alfonsogarciacaro avatar alfonsogarciacaro commented on September 23, 2024

In my local server I did that and it worked well. But when I pushed the changes, the GH server when you look for fable.io/repl apparently it checks first if there's a fable.io/repl.html, it finds it, the it's redirected to fable.io/repl, then checks again for fable.io/repl.html... trapped in that loop forever :/

from fable-compiler.github.io.

xtuc avatar xtuc commented on September 23, 2024

Ok, note that it's the same with the blog.

screenshot from 2017-09-08 15-04-41

from fable-compiler.github.io.

alfonsogarciacaro avatar alfonsogarciacaro commented on September 23, 2024

Yes, it's the same for the main pages. The blog is even worse, because it's temporarily removed, I have to re-add it :)

from fable-compiler.github.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.