Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

[EN Doc]: Nuxt.js into configuration-builddir.md #624

Merged
merged 4 commits into from
Jun 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions en/api/configuration-builddir.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: "API: The buildDir Property"
description: Define the dist directory for your nuxt.js application
description: Define the dist directory for your Nuxt.js application
---

# The buildDir Property

- Type: `String`
- Default: `.nuxt`

> Define the dist directory for your nuxt.js application
> Define the dist directory for your Nuxt.js application

Example (`nuxt.config.js`):

Expand Down