Skip to content

Commit 25216dc

Browse files
committed
Adjust deployment for new repo location and GH pages config.
1 parent c4d6e68 commit 25216dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import "./exceptions-table/exceptions-table";
99
import "./exceptions-table/top-exceptions-table";
1010
import "./github-corner";
1111

12-
const GITHUB_URL = "https://github.com/Trikolon/url-classifier-exceptions-ui";
12+
const GITHUB_URL = "https://github.com/mozilla/url-classifier-exceptions-ui";
1313

1414
// Query parameter which can be used to override the RS environment.
1515
const QUERY_PARAM_RS_ENV = "rs_env";

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineConfig } from 'vite'
22

33
export default defineConfig({
4+
base: '/url-classifier-exceptions-ui/',
45
build: {
56
rollupOptions: {
67
input: {

0 commit comments

Comments
 (0)