Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit c8f5654

Browse files
committed
Rename presentations directory (rdbms; patch GH-202)
1 parent 287d533 commit c8f5654

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const config = {
2121
plugins: [
2222
new MiniCSSExtractPlugin({filename: "css/main.min.css"}),
2323
new HTMLWebpackPlugin({
24-
template: path.resolve(BASE_DIR, "rdbms", "_presentations", "normalization.html"),
24+
template: path.resolve(BASE_DIR, "rdbms", "presentations", "normalization.html"),
2525
filename: path.resolve(BUILD_DIR, "normalization", "index.html")
2626
}),
2727
],

0 commit comments

Comments
 (0)