Skip to content

Commit 1e86a00

Browse files
committed
Merge branch 'release/Simple'
2 parents 66c73d9 + 308967e commit 1e86a00

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ When moving you can see where the item passes through the grid.
99
![Preview](images/preview.gif)
1010

1111

12+
Reference web site: https://nevflynn.com/?ref=sychev
13+
1214
## DEV
1315

1416
Install: `$ npm i`

images/preview.gif

1.97 MB
Loading

vite.config.debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ export default defineConfig({
5656
optimizeDeps: {
5757
exclude: ["worker"],
5858
},
59-
plugins: [imagetools(), ViteRequireContext, vue()],
59+
plugins: [ViteRequireContext, vue()],
6060
});

0 commit comments

Comments
 (0)