Skip to content

Commit 9d4a6de

Browse files
committed
remove summary page
1 parent a94281b commit 9d4a6de

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

pages/summary/index.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

vite.config.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,5 @@ import { resolve } from 'path';
22
import { defineConfig } from 'vite';
33

44
export default defineConfig({
5-
base: '/mc-3d-path-map/',
6-
build: {
7-
rollupOptions: {
8-
input: {
9-
main: resolve(__dirname, 'index.html'),
10-
summary: resolve(__dirname, 'pages/summary/index.html'),
11-
}
12-
}
13-
}
5+
base: '/mc-3d-path-map/'
146
});

0 commit comments

Comments
 (0)