Skip to content

Commit 7f92952

Browse files
committed
remove unused alias
1 parent 8155c41 commit 7f92952

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node/alias.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const vueRuntimePath = 'vue/dist/vue.runtime.esm-bundler.js'
1919
export function resolveAliases(root: string, themeDir: string): AliasOptions {
2020
const paths: Record<string, string> = {
2121
'/@theme': themeDir,
22-
'/@shared': SHARED_PATH,
2322
[SITE_DATA_ID]: SITE_DATA_REQUEST_PATH
2423
}
2524

0 commit comments

Comments
 (0)