Skip to content

Commit d82ee69

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 4debb9b commit d82ee69

233 files changed

Lines changed: 125 additions & 1392 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
---
2-
import "@Source/Function/Stylesheet/Inner.css";
3-
42
import Meta from "@Source/Function/Meta.astro";
5-
6-
// import { Head } from "astro-capo";
7-
8-
// import { ClientRouter } from "astro:transitions";
93
---
104

115
<!doctype html>
@@ -20,44 +14,15 @@ import Meta from "@Source/Function/Meta.astro";
2014

2115
<slot name="Meta" />
2216

23-
<link
24-
rel="preconnect"
25-
href="HTTPS://fonts.googleapis.com"
26-
crossorigin
27-
/>
28-
<link rel="preconnect" href="HTTPS://fonts.gstatic.com" crossorigin />
2917
<link
3018
rel="manifest"
3119
href="/Manifest.json"
3220
crossorigin="use-credentials"
3321
/>
3422

35-
<style is:global>
36-
@import "@Source/Function/Stylesheet/Base.css";
37-
</style>
38-
3923
<slot name="Head" />
40-
41-
<!-- <ClientRouter /> -->
4224
</head>
4325
<body aria-label="">
44-
<div class="grow p-5 text-center">
45-
<ul class="flex">
46-
<li class="px-5">
47-
<a href="/Editor">Editor</a>
48-
</li>
49-
<li class="px-5">
50-
<a href="/VSCode">VSCode</a>
51-
</li>
52-
</ul>
53-
</div>
54-
55-
<div class="grow">
56-
<slot />
57-
</div>
58-
59-
<!-- <script>
60-
import "@Source/Function/API.js";
61-
</script> -->
26+
<slot />
6227
</body>
6328
</html>

β€ŽSource/Function/Markup/Transparent.astroβ€Ž

Lines changed: 0 additions & 46 deletions
This file was deleted.

β€ŽSource/Function/Stylesheet/Base.cssβ€Ž

Lines changed: 0 additions & 37 deletions
This file was deleted.

β€ŽSource/Function/Stylesheet/Inner.cssβ€Ž

Lines changed: 0 additions & 10 deletions
This file was deleted.

β€ŽSource/Function/Stylesheet/Transparent.cssβ€Ž

Lines changed: 0 additions & 12 deletions
This file was deleted.

β€ŽSource/pages/Editor.astroβ€Ž

Lines changed: 0 additions & 8 deletions
This file was deleted.

β€ŽSource/pages/VSCode.astroβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const Default = {
127127
// --- Development ---
128128
developmentOptions: {
129129
// Set to Trace (1) or Debug (2) for maximum insight during development
130-
logLevel: 3,
130+
logLevel: 2,
131131
132132
enableSmokeTestDriver: false,
133133

0 commit comments

Comments
Β (0)