mariocraft987 / bark-coding

A Blockly Based coding language
https://bark.dumorando.com
BSD 2-Clause "Simplified" License
10 stars 18 forks source link

[FEAT] Use vercel rewrites instead of folders for each page #193

Closed dumorando closed 2 weeks ago

dumorando commented 1 month ago

https://vercel.com/docs/edge-network/rewrites it would make the source code a bit cleaner example:

{
  "rewrites": [
    {
      "source": "/credits",
      "destination": "/misc/credits.html"
    }
  ]
}

or smth like that idk

breakfast-for-dinner commented 1 month ago

yes can we please do this, all these folders for the website are just too much

Bashamega commented 3 weeks ago

https://vercel.com/docs/edge-network/rewrites it would make the source code a bit cleaner example:

{
  "rewrites": [
    {
      "source": "/credits",
      "destination": "/misc/credits.html"
    }
  ]
}

or smth like that idk

I can work on that

mariocraft987 commented 3 weeks ago

k, on a fork