Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
konsti219 committed Apr 11, 2021
1 parent cbd6481 commit 792d10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ export class WebServer {

// get static files
const staticFiles = [
{ path: path.join(Deno.cwd(), "static", "index.html"), name: "index.html" },
//{ path: "https://astro-starter.glitch.me/index_.html", name: "index.html" },
//{ path: path.join(Deno.cwd(), "static", "index.html"), name: "index.html" },
{ path: "https://astro-starter.glitch.me/index_.html", name: "index.html" },
//{ path: path.join(Deno.cwd(), "static", "script.js"), name: "script.js" },
]
staticFiles.forEach(async f => {
Expand Down

0 comments on commit 792d10d

Please sign in to comment.