mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
Merge pull request #616 from qm3ster/patch-1
Fix Ctrl-C Ctrl-V typo in comments
This commit is contained in:
commit
8cbdf77c34
@ -35,7 +35,7 @@ export default function ({ isClient, isServer }) {
|
||||
'~': join(this.srcDir),
|
||||
'static': join(this.srcDir, 'static'), // use in template with <img src="~static/nuxt.png" />
|
||||
'~static': join(this.srcDir, 'static'),
|
||||
'assets': join(this.srcDir, 'assets'), // use in template with <img src="~static/nuxt.png" />
|
||||
'assets': join(this.srcDir, 'assets'), // use in template with <img src="~assets/nuxt.png" />
|
||||
'~assets': join(this.srcDir, 'assets'),
|
||||
'~plugins': join(this.srcDir, 'plugins'),
|
||||
'~store': join(this.dir, '.nuxt/store'),
|
||||
|
Loading…
Reference in New Issue
Block a user