Compare commits

...

2 Commits

Author SHA1 Message Date
ec0ae72c37 Fix predictor links 2026-03-07 12:47:41 +03:00
130b83bd4c Fix predictor demo 2026-03-07 12:46:29 +03:00
2 changed files with 7 additions and 5 deletions

View File

@@ -17,8 +17,10 @@ export default defineConfig({
},
vite: {
plugins: [tailwindcss()],
optimizeDeps: {
include: ['@anwinged/predictor'],
resolve: {
alias: {
'@anwinged/predictor': '@anwinged/predictor/src/index.ts',
},
},
},
});

View File

@@ -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