Skip to content

Commit 3c14b63

Browse files
committed
Refractored medias, added and removed known issues, updated Sleex docs.
1 parent 3b5dc6c commit 3c14b63

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+138
-206
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export default defineConfig({
1616
github: "https://github.com/axos-project/",
1717
},
1818
logo: {
19-
light: "/src/assets/axos-light.svg",
20-
dark: "/src/assets/axos-dark.svg",
19+
light: "/public/assets/axos-light.svg",
20+
dark: "/public/assets/axos-dark.svg",
2121
},
2222
sidebar: [
2323
{

package-lock.json

Lines changed: 2 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.2",
55
"scripts": {
6-
"dev": "astro dev",
6+
"dev": "astro dev --host",
77
"start": "astro dev",
88
"build": "astro check && astro build",
99
"preview": "astro preview",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

public/assets/desktops/sleex.mp4

46.4 MB
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)