diff --git a/docs/tg-bot-playground/assets/index-BFvUFyQr.js b/docs/telegram-bot-playground/assets/index-BFvUFyQr.js similarity index 100% rename from docs/tg-bot-playground/assets/index-BFvUFyQr.js rename to docs/telegram-bot-playground/assets/index-BFvUFyQr.js diff --git a/docs/tg-bot-playground/assets/index-Grbd-L5t.css b/docs/telegram-bot-playground/assets/index-Grbd-L5t.css similarity index 100% rename from docs/tg-bot-playground/assets/index-Grbd-L5t.css rename to docs/telegram-bot-playground/assets/index-Grbd-L5t.css diff --git a/docs/tg-bot-playground/assets/web-worker-Cdzbvpxg.js b/docs/telegram-bot-playground/assets/web-worker-Cdzbvpxg.js similarity index 100% rename from docs/tg-bot-playground/assets/web-worker-Cdzbvpxg.js rename to docs/telegram-bot-playground/assets/web-worker-Cdzbvpxg.js diff --git a/docs/tg-bot-playground/example/command.ts b/docs/telegram-bot-playground/example/command.ts similarity index 100% rename from docs/tg-bot-playground/example/command.ts rename to docs/telegram-bot-playground/example/command.ts diff --git a/docs/tg-bot-playground/example/empty.ts b/docs/telegram-bot-playground/example/empty.ts similarity index 100% rename from docs/tg-bot-playground/example/empty.ts rename to docs/telegram-bot-playground/example/empty.ts diff --git a/docs/tg-bot-playground/example/file.ts b/docs/telegram-bot-playground/example/file.ts similarity index 100% rename from docs/tg-bot-playground/example/file.ts rename to docs/telegram-bot-playground/example/file.ts diff --git a/docs/tg-bot-playground/favicon.ico b/docs/telegram-bot-playground/favicon.ico similarity index 100% rename from docs/tg-bot-playground/favicon.ico rename to docs/telegram-bot-playground/favicon.ico diff --git a/docs/tg-bot-playground/index.html b/docs/telegram-bot-playground/index.html similarity index 100% rename from docs/tg-bot-playground/index.html rename to docs/telegram-bot-playground/index.html diff --git a/vite.config.ts b/vite.config.ts index 04e5c8b..acb2796 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -11,7 +11,7 @@ const configs: Record = { ], build: { emptyOutDir: true, - outDir: "../../docs/tg-bot-playground", + outDir: "../../docs/telegram-bot-playground", minify: false } }