Skip to content

Commit

Permalink
Updating URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Situs84 committed Nov 18, 2024
1 parent 12d27ef commit e2cb016
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# NOTE
This project is accessible at https://ctrlz-frc4096.github.io/4096Scout-2024/, with http://scout.team4096.org redirecting to it.

This project is accessible at https://ctrlz-frc4096.github.io/4096Scout/, with http://scout.team4096.org redirecting to it.

# Based on QRScout

QRScout is a project by team 2713. This fork is primarily a UI rewrite, using DaisyUI for easier theming and more visually consistent components.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"background_color": "#09131b",
"display": "fullscreen",
"orientation": "portrait",
"scope": "/4096Scout-2024/",
"start_url": "/4096Scout-2024/",
"scope": "/4096Scout/",
"start_url": "/4096Scout/",
"icons": [
{
"src": "icons/icon-36x36.png",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { defineConfig } from 'vite';

// https://vitejs.dev/config/
export default defineConfig({
base: '/4096Scout-2024/',
base: '/4096Scout/',
plugins: [preact()],
});

0 comments on commit e2cb016

Please sign in to comment.