We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc384a commit bafd0efCopy full SHA for bafd0ef
public/.htaccess
@@ -6,7 +6,7 @@ RewriteRule ^ https://cris-dev.com%{REQUEST_URI} [L,R=301]
6
7
# Block directory browsing of Nuxt internals but allow hashed assets
8
RewriteRule ^_nuxt/?$ - [F,L]
9
-RewriteRule ^_i18n(?:/.*)?$ - [F,L]
+RewriteRule ^_i18n/?$ - [F,L]
10
11
# Serve existing files and directories normally
12
RewriteCond %{REQUEST_FILENAME} -f [OR]
0 commit comments