We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8155c41 commit 7f92952Copy full SHA for 7f92952
src/node/alias.ts
@@ -19,7 +19,6 @@ const vueRuntimePath = 'vue/dist/vue.runtime.esm-bundler.js'
19
export function resolveAliases(root: string, themeDir: string): AliasOptions {
20
const paths: Record<string, string> = {
21
'/@theme': themeDir,
22
- '/@shared': SHARED_PATH,
23
[SITE_DATA_ID]: SITE_DATA_REQUEST_PATH
24
}
25
0 commit comments