feat: ✨ add basic first website nibbles
This commit is contained in:
parent
24167ed96c
commit
ef96bd935b
6 changed files with 67 additions and 0 deletions
6
.htaccess
Normal file
6
.htaccess
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
RedirectMatch 404 /\.git
|
||||
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} -f
|
||||
RewriteRule (.*) /src/$0 [END]
|
Loading…
Add table
Add a link
Reference in a new issue