Nuxt/test/fixtures/custom-app-template/nuxt.config.js

7 lines
95 B
JavaScript

export default {
appTemplatePath: './test/mytemplate.html',
env: {
tracker: 'ga'
}
}