Skip to content

Commit

Permalink
Merge branch 'main' into custom-iframe-url-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MAX-786 committed Aug 15, 2024
2 parents 8840e02 + a4bb922 commit 7db67c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hydra-vue-f7/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import mkcert from 'vite-plugin-mkcert'

const SRC_DIR = path.resolve(__dirname, './src');
const PUBLIC_DIR = path.resolve(__dirname, './public');
const BUILD_DIR = path.resolve(__dirname, './www',);
const BUILD_DIR = path.resolve(__dirname, './dist',);

export default {
plugins: [
Expand Down

0 comments on commit 7db67c3

Please sign in to comment.