|
@ -50,7 +50,7 @@ export const StaticMiddleware = async ( |
|
|
const languageCode = path.substr(1, 2); |
|
|
const languageCode = path.substr(1, 2); |
|
|
|
|
|
|
|
|
const currentDate = format(new Date(), DATE_FORMAT); |
|
|
const currentDate = format(new Date(), DATE_FORMAT); |
|
|
const rootUrl = 'https://ghostfol.io'; |
|
|
const rootUrl = 'https://ghostfol.io'; // TODO
|
|
|
|
|
|
|
|
|
if ( |
|
|
if ( |
|
|
path.startsWith('/api/') || |
|
|
path.startsWith('/api/') || |
|
|