mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 06:01:05 +08:00
rename
This commit is contained in:
parent
9d69aa5d96
commit
884b926d26
@ -19,7 +19,7 @@ import { join } from 'path';
|
|||||||
import { dedent } from 'ts-dedent';
|
import { dedent } from 'ts-dedent';
|
||||||
import { parseStaticDir } from '../utils/server-statics';
|
import { parseStaticDir } from '../utils/server-statics';
|
||||||
|
|
||||||
const defaultFavIcon = require.resolve('@storybook/core-server/public/favicon.svg');
|
const defaultFavicon = require.resolve('@storybook/core-server/public/favicon.svg');
|
||||||
|
|
||||||
export const favicon = async (value: string, options: Options) => {
|
export const favicon = async (value: string, options: Options) => {
|
||||||
if (value) {
|
if (value) {
|
||||||
@ -71,10 +71,10 @@ export const favicon = async (value: string, options: Options) => {
|
|||||||
`);
|
`);
|
||||||
}
|
}
|
||||||
|
|
||||||
return flatlist[0] || defaultFavIcon;
|
return flatlist[0] || defaultFavicon;
|
||||||
}
|
}
|
||||||
|
|
||||||
return defaultFavIcon;
|
return defaultFavicon;
|
||||||
};
|
};
|
||||||
|
|
||||||
export const babel = async (_: unknown, options: Options) => {
|
export const babel = async (_: unknown, options: Options) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user