官网配置调整,增加CNAME配置

This commit is contained in:
aoshiguchen
2023-03-29 22:32:32 +08:00
parent 5665426fdb
commit 215412d5d2
4 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -52,4 +52,6 @@ hs_err_pid*
**/app-**.yml
**/memo/**
**/memo/**
neutrino-proxy-vuepress/deploy.sh
+1
View File
@@ -0,0 +1 @@
neutrino-proxy.dromara.org
@@ -9,7 +9,7 @@ module.exports = {
title: "中微子代理",
description: '一个基于 netty 的、开源的 java 内网穿透项目',
base: '/neutrino-proxy-vuepress/', // 默认'/'。如果你想将你的网站部署到如 https://foo.github.io/bar/,那么 base 应该被设置成 "/bar/",(否则页面将失去样式等文件)
base: '/neutrino-proxy/', // 默认'/'。如果你想将你的网站部署到如 https://foo.github.io/bar/,那么 base 应该被设置成 "/bar/",(否则页面将失去样式等文件)
head: [ // 注入到页面<head> 中的标签,格式[tagName, { attrName: attrValue }, innerHTML?]
['link', {rel: 'icon', href: '/img/favicon.ico'}], //favicons,资源放在public文件夹
['meta', {name: 'keywords', content: 'vuepress,theme,blog,vdoing'}],
+1
View File
@@ -4,6 +4,7 @@
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"buildAndDeploy": "vuepress build docs && bash deploy.sh",
"deploy": "bash deploy.sh",
"updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D",
"editFm": "node utils/editFrontmatter.js"