1
0
mirror of https://github.com/nuxt/nuxt.git synced 2024-12-18 10:17:16 +00:00
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'
}
}