Преглед изворни кода

fix(asset-server-plugin): Fix type of assetUrlPrefix option

Michael Bromley пре 6 година
родитељ
комит
d753f0e791
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/asset-server-plugin/src/plugin.ts

+ 1 - 1
packages/asset-server-plugin/src/plugin.ts

@@ -75,7 +75,7 @@ export interface AssetServerOptions {
      * request and the configured route. However, in all but the simplest cases,
      * this guess may not yield correct results.
      */
-    assetUrlPrefix?: 'string';
+    assetUrlPrefix?: string;
     /**
      * @description
      * The max width in pixels of a generated preview image.