We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b92c2 commit aacec68Copy full SHA for aacec68
1 file changed
build.ts
@@ -9,7 +9,7 @@ import { makeLightBlogList } from './blog/blog.utils';
9
import { makeLightList } from './shared/list.utils';
10
import { MARKDOWN_BASE_URL_PLACEHOLDER } from './shared/jekyll-markdown-parser';
11
12
-const DIST_FOLDER = './dist';
+const DIST_FOLDER = '../dist';
13
const BLOG_FOLDER = '../blog';
14
const MATERIAL_FOLDER = '../material';
15
const LIST_FILE = 'list.json';
0 commit comments