Nuxt/examples/programmatic/nuxt.config.js

6 lines
65 B
JavaScript

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