Skip to content

Commit

Permalink
fix(web): 404 Error / page not visible (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
wofnull committed Jan 28, 2021
1 parent 4fe0f50 commit 95b4a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/index.ts
Expand Up @@ -11,7 +11,7 @@ import {
import {isAbsolute, join, normalize, relative} from 'path';
import {logger} from '../logger';

const approot = join(__dirname, '../../');
const approot = join(__dirname, '../../../');
const webroot = join(approot, './web');

const contentTypeMap: Record<string, string> = {
Expand Down

0 comments on commit 95b4a15

Please sign in to comment.