Skip to content

Commit

Permalink
updates for new repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
dyr429 committed Feb 19, 2024
1 parent 2398d09 commit c419f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_BASE_PATH="/gpt-vis/"
VITE_BASE_PATH="/amazing-vis-test/"
VITE_FIREBASE_CONFIG='
{
apiKey: "AIzaSyAokhc9QSxDNJykUhFnMZHprAcG6lfvc6Y",
Expand Down
2 changes: 1 addition & 1 deletion src/public/gpt-vis/VisComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function VisCompnent({ parameters }: { parameters: any }) {
const {
imgName, options, correctIndex, question,
} = parameters;
const imgPathPrefix = import.meta.env.DEV ? '' : 'https://wpivis.github.io/gpt-vis';
const imgPathPrefix = import.meta.env.DEV ? '' : 'https://wpivis.github.io/amazing-vis-test';

return (
<Container>
Expand Down

0 comments on commit c419f44

Please sign in to comment.