Add note that public/ is copied as-is (#193)

This commit is contained in:
Eric Eastwood 2023-04-26 17:08:43 -05:00 committed by GitHub
parent f71fc2bb9c
commit 13f66c6d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ module.exports = defineConfig({
//
// ssrManifest: true,
// Copy things like the version files from `public/` to `dist/`
// Copy things like the version files from `public/` to `dist/`. Things in `public/`
// are copied as-is with no transformations.
copyPublicDir: true,
commonjsOptions: {