mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
deploy: leporello-js/app@4dc1f7d21a
This commit is contained in:
@@ -50,7 +50,7 @@ const serve_response_from_dir = async event => {
|
||||
let file
|
||||
|
||||
if(path == '__leporello_blank.html') {
|
||||
file = ''
|
||||
file = '<!doctype html>'
|
||||
} else if(dir_handle != null) {
|
||||
file = await read_file(dir_handle, path)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user