Skip to content

Commit e0cc82f

Browse files
JackTenchwins1ey
authored andcommitted
Push change to domain
1 parent 3b9b4d5 commit e0cc82f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "libresplit-website",
33
"private": true,
44
"version": "0.0.0",
5-
"homepage": "https://jacktench.github.io/libresplit-website",
5+
"homepage": "https://libresplit.org",
66
"type": "module",
77
"scripts": {
88
"format": "prettier . --write",

vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { defineConfig } from "vite";
55

66
// https://vite.dev/config/
77
export default defineConfig({
8-
base: "/libresplit-website/",
98
plugins: [react(), tailwindcss()],
109
resolve: {
1110
alias: {

0 commit comments

Comments
 (0)