Skip to content

Instantly share code, notes, and snippets.

View thisisrexa's full-sized avatar

Rexa thisisrexa

View GitHub Profile
@thisisrexa
thisisrexa / .htaccess
Last active November 20, 2024 10:26 — forked from alexsasharegan/.htaccess
Apache Config for React Router in a subfolder
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ sub-folder/index.html [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /sub-folder/index.html [L]
if (localStorage.theme === 'dark') {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
[
{
"name": "p01",
"date": "2019-1-10",
"score": 4,
"id": 0
},
{
"name": "p02",
"date": "2020-1-10",