Skip to content

Commit def75cb

Browse files
committed
Rename index to admin in dist
Should make creating releases easier (merge both dist directories and it's off to the races!)
1 parent 4ee81d0 commit def75cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050

5151
build: {
5252
// Template for index.html
53-
index: path.resolve(__dirname, '../dist/index.html'),
53+
index: path.resolve(__dirname, '../dist/admin.html'),
5454

5555
// Paths
5656
assetsRoot: path.resolve(__dirname, '../dist'),

0 commit comments

Comments
 (0)