添加首页文章页面
This commit is contained in:
@@ -15,4 +15,12 @@ export default defineConfig({
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url))
|
||||
},
|
||||
},
|
||||
server: {
|
||||
// 设置服务启动端口号
|
||||
port: 8000,
|
||||
// 设置服务启动时是否自动打开浏览器
|
||||
open: true,
|
||||
// 允许IP访问
|
||||
host: '0.0.0.0',
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user