mirror of
https://github.com/exogen/vl2-forge.git
synced 2026-01-19 11:34:45 +00:00
8 lines
194 B
JavaScript
8 lines
194 B
JavaScript
module.exports = {
|
|
output: "export",
|
|
distDir: process.env.NODE_ENV === "production" ? "./docs" : undefined,
|
|
basePath: "/vl2-forge",
|
|
assetPrefix: "/vl2-forge/",
|
|
trailingSlash: true,
|
|
};
|