mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
9 lines
121 B
JavaScript
Executable file
9 lines
121 B
JavaScript
Executable file
module.exports = {
|
|
build: {
|
|
srcPath: './src',
|
|
outputPath: './docs'
|
|
},
|
|
site: {
|
|
title: 'oddsquat'
|
|
}
|
|
};
|