~repos /website

#astro#js#html#css

git clone https://pyrossh.dev/repos/website.git

木 Personal website of pyrossh. Built with astrojs, shiki, vite.



src-tauri/tauri.conf.json



{
"$schema": "https://schema.tauri.app/config/2",
"productName": "pyrossh",
"version": "0.1.0",
"identifier": "dev.pyrossh.website",
"build": {
"devUrl": "http://localhost:4321",
"beforeDevCommand": "bun run dev --host",
"frontendDist": "../dist",
"removeUnusedCommands": true
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "pyrossh",
"width": 800,
"height": 600
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}