alephjs / aleph.js

The Full-stack Framework in Deno.

Home Page:https://alephjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set `basePath` like next.js

diqye opened this issue · comments

I found that i can set basePath in router property as bellow

serve({
  router:{
    basePath: "/test/"
    // glob: "/*"
  },
....

But not working