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