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 c4d6e68 commit 25216dcCopy full SHA for 25216dc
src/app.ts
@@ -9,7 +9,7 @@ import "./exceptions-table/exceptions-table";
9
import "./exceptions-table/top-exceptions-table";
10
import "./github-corner";
11
12
-const GITHUB_URL = "https://github.com/Trikolon/url-classifier-exceptions-ui";
+const GITHUB_URL = "https://github.com/mozilla/url-classifier-exceptions-ui";
13
14
// Query parameter which can be used to override the RS environment.
15
const QUERY_PARAM_RS_ENV = "rs_env";
vite.config.ts
@@ -1,6 +1,7 @@
1
import { defineConfig } from 'vite'
2
3
export default defineConfig({
4
+ base: '/url-classifier-exceptions-ui/',
5
build: {
6
rollupOptions: {
7
input: {
0 commit comments