Compare commits
2 Commits
8beca48705
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
ec0ae72c37
|
|||
|
130b83bd4c
|
@@ -17,8 +17,10 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
vite: {
|
vite: {
|
||||||
plugins: [tailwindcss()],
|
plugins: [tailwindcss()],
|
||||||
optimizeDeps: {
|
resolve: {
|
||||||
include: ['@anwinged/predictor'],
|
alias: {
|
||||||
|
'@anwinged/predictor': '@anwinged/predictor/src/index.ts',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ import PredictorDemo from '../../components/PredictorDemo.vue';
|
|||||||
- [Описание алгоритма][algo]
|
- [Описание алгоритма][algo]
|
||||||
- [Описание игры у ltwood][game]
|
- [Описание игры у ltwood][game]
|
||||||
|
|
||||||
[ltwood]: https://sites.google.com/site/ltwood/
|
[ltwood]: https://web.archive.org/web/20171115170059/https://sites.google.com/site/ltwood
|
||||||
[game]: https://sites.google.com/site/ltwood/projects/heshby
|
[game]: https://web.archive.org/web/20171115170059/https://sites.google.com/site/ltwood/projects/heshby
|
||||||
[algo]: https://sites.google.com/site/ltwood/projects/heshby/algorithm
|
[algo]: https://web.archive.org/web/20171115170059/https://sites.google.com/site/ltwood/projects/heshby/algorithm
|
||||||
[repo]: https://github.com/anwinged/predictor
|
[repo]: https://github.com/anwinged/predictor
|
||||||
|
|||||||
Reference in New Issue
Block a user