mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
fix(schema): set static alias correctly (#3614)
This commit is contained in:
parent
3e68433365
commit
114cbe33d0
@ -553,7 +553,7 @@ export default {
|
|||||||
'~': get('srcDir'),
|
'~': get('srcDir'),
|
||||||
'@': get('srcDir'),
|
'@': get('srcDir'),
|
||||||
[get('dir.assets')]: join(get('srcDir'), get('dir.assets')),
|
[get('dir.assets')]: join(get('srcDir'), get('dir.assets')),
|
||||||
[get('dir.static')]: join(get('srcDir', get('dir.static'))),
|
[get('dir.public')]: join(get('srcDir'), get('dir.public')),
|
||||||
...val
|
...val
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user