Nuxt/examples/programmatic/nuxt.config.js
2020-01-19 09:36:06 +01:00

6 lines
65 B
JavaScript

export default {
head: {
title: 'Programmatic Works'
}
}