Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
QiShaoXuan committed Dec 10, 2019
1 parent d9cd46e commit b94a62e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ TODOs.md
.idea
.vscode
dist
config.js
private-config.js
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CONFIG = require("../../config");
const CONFIG = require("../../private-config");
module.exports = {
title: "CSS Tricks",
description: "some CSS tricks, 一些常用的 CSS 样式, 一点 CSS 技巧",
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/plugins/comment/initComment.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CONFIG = require("../../../../config");
const CONFIG = require("../../../../private-config");

export default function initComment() {
// if (location.host.indexOf("localhost") !== -1) {
Expand Down
File renamed without changes.

0 comments on commit b94a62e

Please sign in to comment.