mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
start working on publicPath
This commit is contained in:
parent
de76ed3c4b
commit
4c53c6a669
2
TODO.md
2
TODO.md
@ -1,6 +1,6 @@
|
||||
Tasks for `0.9.10`:
|
||||
- [ ] `build.publicPath` #25
|
||||
- [ ] Use [name].[chunkhash].js for generated js (production) #218
|
||||
- [ ] Add expired headers (production)
|
||||
- [ ] Activate layout only on afterEach #214
|
||||
- [ ] Custom layout in layouts/error.vue #172
|
||||
- [ ] `build.publicPath` #25
|
||||
|
@ -41,6 +41,7 @@ debug.color = 2
|
||||
|
||||
const defaults = {
|
||||
analyze: false,
|
||||
publicPath: '/_nuxt/',
|
||||
filenames: {
|
||||
css: 'style.css',
|
||||
vendor: 'vendor.bundle.js',
|
||||
|
Loading…
Reference in New Issue
Block a user