Skip to content

Commit 5868bf6

Browse files
committed
[main]: update readme and delete svgs
1 parent dda0ff3 commit 5868bf6

File tree

11 files changed

+27
-72
lines changed

11 files changed

+27
-72
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Inside of your Astro project, you'll see the following folders and files:
6969
├── todo.md
7070
├── tsconfig.eslint.json
7171
├── tsconfig.json
72-
└── tz-client.code-workspace
72+
└── <project>.code-workspace
7373
```
7474

7575
and src

abcd.code-workspace

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"editor.inlayHints.enabled": "offUnlessPressed",
6161
"editor.insertSpaces": true,
6262
"editor.linkedEditing": true,
63-
"editor.minimap.enabled": false,
63+
"editor.minimap.enabled": true,
6464
"editor.minimap.renderCharacters": false,
6565
"editor.minimap.size": "fill",
6666
"editor.multiCursorModifier": "alt",
@@ -114,9 +114,6 @@
114114
},
115115
"files.autoSave": "onFocusChange",
116116
"files.eol": "\r\n",
117-
"files.exclude": {
118-
"**/.git": false
119-
},
120117
"files.readonlyExclude": {
121118
"dist/**": true
122119
},
@@ -187,6 +184,10 @@
187184
},
188185
"zenMode.centerLayout": false,
189186
"cSpell.words": [],
190-
"workbench.editor.limit.excludeDirty": true
187+
"workbench.editor.limit.excludeDirty": true,
188+
"files.readonlyInclude": {
189+
".githooks/**": true,
190+
".github/**": true
191+
}
191192
}
192193
}

astro.config.mjs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,8 @@ export default defineConfig({
3030
global: true // Ensure global styles are applied
3131
},
3232
vite: {
33-
plugins: [rawFonts([".ttf"])],
3433
optimizeDeps: {
3534
exclude: ["@resvg/resvg-js"]
3635
}
3736
}
3837
});
39-
40-
function rawFonts(ext) {
41-
return {
42-
name: "vite-plugin-raw-fonts",
43-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
44-
// @ts-ignore:next-line
45-
transform(_, id) {
46-
if (ext.some((e) => id.endsWith(e))) {
47-
const buffer = fs.readFileSync(id);
48-
return {
49-
code: `export default ${JSON.stringify(buffer)}`,
50-
map: null
51-
};
52-
}
53-
}
54-
};
55-
}

components.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"aliases": {
1414
"components": "components",
15-
"utils": "libs/utils"
15+
"utils": "utils"
1616
}
17-
}
17+
}

public/assets/images/zero.png

-423 KB
Binary file not shown.

public/icons/abcd.svg

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

public/icons/logo.svg

Lines changed: 8 additions & 15 deletions
Loading

public/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
User-agent: *
22
Allow: /
33

4-
Sitemap: https://www.app.com/sitemap-index.xml
4+
Sitemap: https://www.parixan.xyz/sitemap-index.xml

public/sitemap-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<sitemap>
4-
<loc>https://www.threazip.com/sitemap2.xml.gz</loc>
4+
<loc>https://www.parixan.xyz/sitemap2.xml.gz</loc>
55
</sitemap>
6-
</sitemapindex>
6+
</sitemapindex>

src/assets/icons/hamburger.svg

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

0 commit comments

Comments
 (0)