diff --git a/packages/web/src/javascripts/Components/SuperEditor/Lexical/Utils/PDFExport/FontConfig.ts b/packages/web/src/javascripts/Components/SuperEditor/Lexical/Utils/PDFExport/FontConfig.ts index e19c34cab..78bab148f 100644 --- a/packages/web/src/javascripts/Components/SuperEditor/Lexical/Utils/PDFExport/FontConfig.ts +++ b/packages/web/src/javascripts/Components/SuperEditor/Lexical/Utils/PDFExport/FontConfig.ts @@ -90,11 +90,7 @@ const FONT_VARIANT_TO_FONT_OPTIONS: Record { devMiddleware: { writeToDisk: argv.writeToDisk, }, - proxy: { - '/assets': { - target: 'https://assets.standardnotes.com', - changeOrigin: true, - secure: false, - pathRewrite: { - '^/assets': '', - }, - }, - }, }, }) }