Skip to content

Commit aacec68

Browse files
committed
refactor: output dist to parent folder (../dist)
1 parent 08b92c2 commit aacec68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { makeLightBlogList } from './blog/blog.utils';
99
import { makeLightList } from './shared/list.utils';
1010
import { MARKDOWN_BASE_URL_PLACEHOLDER } from './shared/jekyll-markdown-parser';
1111

12-
const DIST_FOLDER = './dist';
12+
const DIST_FOLDER = '../dist';
1313
const BLOG_FOLDER = '../blog';
1414
const MATERIAL_FOLDER = '../material';
1515
const LIST_FILE = 'list.json';

0 commit comments

Comments
 (0)