70d6df62bd
* Initial project push * Add tailwind config * Add vue router config * Continue * Add generic navigation header * Update navigations logic to prevent invalid active class * Update HomePage.vue * Add footer * Add team member GitHub link * Add new social list component * Add SEO + favicon tag * Update SEO tag * Split header in multiple component * Update i18n * Add new homepage section * Add new stats homepage section * Add new section homepage section * Add new section homepage section * Add download page * Update mac os section * Add build information * Continue * Continue * Continue * Continue * Add LDN build section * Re order section * Remove branch info * Update contribute page * Add generic button component * Finish contribute page * Update action logic * Continue * Continue * Continue * Fix invalid build * Add missing token * Fix deploy * Update package * Update package * Add node version * Fix typo * Continue * Fix typos * Update teams * Add new older build link * Add new github action * Add docker build * Add LICENSE.txt and update README.md * Add funding link * Cleanup * Fix invalid url * Update .env * Remove merge branch on release.yml * Add asset condition * Add sitemap.xml * Add translation section
11 lines
643 B
Text
11 lines
643 B
Text
NODE_ENV=production
|
|
|
|
VITE_BLOG_URL=https://blog.ryujinx.org
|
|
VITE_FAQ_URL=https://github.com/Ryujinx/Ryujinx/wiki/Frequently-Asked-Questions
|
|
VITE_COMPATIBILITY_URL=https://github.com/Ryujinx/Ryujinx-Games-List/issues
|
|
VITE_GUIDE_URL=https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide
|
|
VITE_DISCORD_URL=https://discord.gg/VkQYXAZ
|
|
VITE_RELEASE_URL=https://api.github.com/repos/Ryujinx/release-channel-master/releases/latest
|
|
VITE_OLDER_BUILDS_URL=https://github.com/Ryujinx/release-channel-master/releases
|
|
VITE_LDN_BUILD_URL=https://www.patreon.com/posts/ldn-2-5-vulkan-70757628
|
|
VITE_PATREON_URL=https://patreon.com/Ryujinx
|