Browse Source

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

Michael Bromley 6 years ago
parent
commit
d753f0e791
1 changed files with 1 additions and 1 deletions
  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,
      * request and the configured route. However, in all but the simplest cases,
      * this guess may not yield correct results.
      * this guess may not yield correct results.
      */
      */
-    assetUrlPrefix?: 'string';
+    assetUrlPrefix?: string;
     /**
     /**
      * @description
      * @description
      * The max width in pixels of a generated preview image.
      * The max width in pixels of a generated preview image.