fix static
This commit is contained in:
@@ -15,8 +15,8 @@ import {
|
||||
} from "../features/constants";
|
||||
|
||||
const GUEST_USERNAME = "Guest";
|
||||
const DEFAULT_CONTEXT_FILE = "/guest-example.txt";
|
||||
const EXAMPLE_QUESTIONS_FILE = "/context-questions.txt";
|
||||
const DEFAULT_CONTEXT_FILE = `${import.meta.env.BASE_URL}guest-example.txt`;
|
||||
const EXAMPLE_QUESTIONS_FILE = `${import.meta.env.BASE_URL}context-questions.txt`;
|
||||
|
||||
function HomePage() {
|
||||
const dispatch = useDispatch();
|
||||
|
||||
Reference in New Issue
Block a user