We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd15bb commit debae5fCopy full SHA for debae5f
examples/vite/vite.config.ts
@@ -2,5 +2,6 @@ import { defineConfig } from 'vite';
2
import BuildInfo from 'unplugin-info/vite';
3
4
export default defineConfig({
5
+ base: './',
6
plugins: [BuildInfo({ meta: { message: 'This is set from vite.config.ts' } })]
7
});
0 commit comments