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 f7f8447 commit e28db4aCopy full SHA for e28db4a
vite.config.js
@@ -4,5 +4,6 @@ import react from "@vitejs/plugin-react";
4
export default ({}) => {
5
return defineConfig({
6
plugins: [react()],
7
+ base: "/openai-image-token-calculator/",
8
});
9
};
0 commit comments