Skip to content

Commit 970a456

Browse files
PwnTipsclaude
andcommitted
Add custom domain support for pwn.pp.ua
- Add CNAME file for custom domain - Update VuePress config for custom domain deployment 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2dae230 commit 970a456

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { viteBundler } from '@vuepress/bundler-vite'
55
export default defineUserConfig({
66
title: 'PWN-Tips',
77
description: '一些笔记',
8-
base: '/', // Root path for user/organization GitHub Pages
8+
base: '/', // Root path for custom domain
99
bundler: viteBundler(),
1010
theme: defaultTheme({
1111
navbar: [],

docs/.vuepress/public/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pwn.pp.ua

0 commit comments

Comments
 (0)