Nuxt/examples/app-config/app.config.ts
Sébastien Chopin 94261349dc
docs: add app-config example (#7247)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-05 15:16:30 +02:00

7 lines
211 B
TypeScript

export default defineAppConfig({
title: 'Hello App Config',
description:
'This is some content coming from app.config.ts that support HMR, try to update it and see it in action.',
showButton: false
})