diff --git a/vite.config.ts b/vite.config.ts index 4ccceb0..37cfd3d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -19,4 +19,7 @@ export default defineConfig({ // File types to support raw imports. Never add .css, .tsx, or .ts files to this. assetsInclude: ['**/*.svg', '**/*.csv'], + server: { + allowedHosts: ['pst.mshart.ru'], + }, })