mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 16:57:34 +00:00
fix(web): 404 Error / page not visible (#1825)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ import {
|
|||||||
import {isAbsolute, join, normalize, relative} from 'path';
|
import {isAbsolute, join, normalize, relative} from 'path';
|
||||||
import {logger} from '../logger';
|
import {logger} from '../logger';
|
||||||
|
|
||||||
const approot = join(__dirname, '../../');
|
const approot = join(__dirname, '../../../');
|
||||||
const webroot = join(approot, './web');
|
const webroot = join(approot, './web');
|
||||||
|
|
||||||
const contentTypeMap: Record<string, string> = {
|
const contentTypeMap: Record<string, string> = {
|
||||||
|
|||||||
Reference in New Issue
Block a user