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