We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9b4d5 commit e0cc82fCopy full SHA for e0cc82f
package.json
@@ -2,7 +2,7 @@
2
"name": "libresplit-website",
3
"private": true,
4
"version": "0.0.0",
5
- "homepage": "https://jacktench.github.io/libresplit-website",
+ "homepage": "https://libresplit.org",
6
"type": "module",
7
"scripts": {
8
"format": "prettier . --write",
vite.config.ts
@@ -5,7 +5,6 @@ import { defineConfig } from "vite";
// https://vite.dev/config/
export default defineConfig({
- base: "/libresplit-website/",
9
plugins: [react(), tailwindcss()],
10
resolve: {
11
alias: {
0 commit comments