Skip to content

Commit

Permalink
fix(asset-server-plugin): Fix type of assetUrlPrefix option
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed May 27, 2019
1 parent 003f97d commit d753f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/asset-server-plugin/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d753f0e

Please sign in to comment.