File tree 6 files changed +14
-14
lines changed
6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Deploy Backend] ( https://github.com/yuru-baku/InfintyDeck /actions/workflows/main_infinitydeck.yml/badge.svg )] ( https://github.com/yuru-baku/InfintyDeck /actions/workflows/main_infinitydeck.yml )
2
- [ ![ Deploy Frontend] ( https://github.com/yuru-baku/InfintyDeck /actions/workflows/deploy-vue_config.yml/badge.svg )] ( https://github.com/yuru-baku/InfintyDeck /actions/workflows/deploy-vue_config.yml )
1
+ [ ![ Deploy Backend] ( https://github.com/yuru-baku/infinityDeck /actions/workflows/main_infinitydeck.yml/badge.svg )] ( https://github.com/yuru-baku/infinityDeck /actions/workflows/main_infinitydeck.yml )
2
+ [ ![ Deploy Frontend] ( https://github.com/yuru-baku/infinityDeck /actions/workflows/deploy-vue_config.yml/badge.svg )] ( https://github.com/yuru-baku/infinityDeck /actions/workflows/deploy-vue_config.yml )
3
3
# Links:
4
- [ Live Page] ( https://yuru-baku.github.io/InfintyDeck / )
4
+ [ Live Page] ( https://yuru-baku.github.io/infinityDeck / )
5
5
[ Kanban] ( https://miro.com/welcomeonboard/Y0pHWlpaUjEwR0RYSjBvZjFmMDYwcXRKRVhmY2M2a2FKY0ZJdFRvOU1qM01qVTUyRzdkbHVJTnc4TmhZa0RJQ3wzNDU4NzY0NTc0NzE4Mzk3MjYyfDI=?share_link_id=690598034590 )
6
6
7
7
# Syncing Cards
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ export const GAME_CONFIG: {
15
15
Uno : {
16
16
label : 'Uno' ,
17
17
id : 'Uno' ,
18
- basePath : '/InfintyDeck /cardImages/uno-cards' ,
19
- cardBack : '/InfintyDeck /cardImages/uno-cards/back.svg'
18
+ basePath : '/infinityDeck /cardImages/uno-cards' ,
19
+ cardBack : '/infinityDeck /cardImages/uno-cards/back.svg'
20
20
} ,
21
21
MauMau : {
22
22
label : 'french' ,
23
23
id : 'MauMau' ,
24
- basePath : '/InfintyDeck /cardImages/french-suited-cards' ,
25
- cardBack : '/InfintyDeck /cardImages/french-suited-cards/card-back-blue.svg'
24
+ basePath : '/infinityDeck /cardImages/french-suited-cards' ,
25
+ cardBack : '/infinityDeck /cardImages/french-suited-cards/card-back-blue.svg'
26
26
}
27
27
} ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export class CardService {
16
16
17
17
constructor ( conService : ConnectionService ) {
18
18
this . conSerivce = conService ;
19
- this . cardBack = 'url(./InfintyDeck /cardImages/french-suited-cards/card-back-blue.svg)' ;
19
+ this . cardBack = 'url(./infinityDeck /cardImages/french-suited-cards/card-back-blue.svg)' ;
20
20
this . numberOfCards = 0 ;
21
21
this . markerMap = new Map < string , Card > ( ) ;
22
22
this . cardCallbacks = new Map < string , Function > ( ) ;
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ onUnmounted(() => {
76
76
recommend you to print them on an A4-paper.
77
77
</p >
78
78
</div >
79
- <a href =" /InfintyDeck /markers.pdf" target =" _blank" class =" button"
79
+ <a href =" /infinityDeck /markers.pdf" target =" _blank" class =" button"
80
80
>Print the Cards</a
81
81
>
82
82
</div >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import vue from '@vitejs/plugin-vue'
5
5
6
6
// https://vitejs.dev/config/
7
7
export default defineConfig ( {
8
- base : '/InfintyDeck ' ,
8
+ base : '/infinityDeck ' ,
9
9
plugins : [
10
10
vue ( {
11
11
template : {
Original file line number Diff line number Diff line change 1
1
// vite.config.ts
2
2
import { fileURLToPath , URL } from "node:url" ;
3
- import { defineConfig } from "file:///D:/Development/InfintyDeck /frontend-vue/node_modules/vite/dist/node/index.js" ;
4
- import vue from "file:///D:/Development/InfintyDeck /frontend-vue/node_modules/@vitejs/plugin-vue/dist/index.mjs" ;
5
- var __vite_injected_original_import_meta_url = "file:///D:/Development/InfintyDeck /frontend-vue/vite.config.ts" ;
3
+ import { defineConfig } from "file:///D:/Development/infinityDeck /frontend-vue/node_modules/vite/dist/node/index.js" ;
4
+ import vue from "file:///D:/Development/infinityDeck /frontend-vue/node_modules/@vitejs/plugin-vue/dist/index.mjs" ;
5
+ var __vite_injected_original_import_meta_url = "file:///D:/Development/infinityDeck /frontend-vue/vite.config.ts" ;
6
6
var vite_config_default = defineConfig ( {
7
- base : "/InfintyDeck " ,
7
+ base : "/infinityDeck " ,
8
8
plugins : [
9
9
vue ( {
10
10
template : {
You can’t perform that action at this time.
0 commit comments