Skip to content

Commit

Permalink
Fix: homepage 뒤에 슬래시 붙임
Browse files Browse the repository at this point in the history
  • Loading branch information
KimCookieYa committed Feb 17, 2024
1 parent e2e23d2 commit 799d0fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Deploy static content to Pages

on:
push:
branches:
- main
branches: ["main"]

workflow_dispatch:

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "mail-badara",
"name": "mailbadara",
"displayName": "Mail Badara",
"homepage": "https://mailbadara.github.io/homepage",
"homepage": "https://mailbadara.github.io/homepage/",
"private": true,
"version": "2.1.0",
"version": "2.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { VitePWA } from "vite-plugin-pwa";

// https://vitejs.dev/config/
export default defineConfig({
base: "/homepage",
base: "/homepage/",
plugins: [
react(),
VitePWA({
Expand Down

0 comments on commit 799d0fb

Please sign in to comment.