diff --git a/public/.htaccess b/public/.htaccess index 82ca1ead4..035783a03 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,8 +1,8 @@ RewriteEngine On -RewriteBase /primevue/ -RewriteRule ^primevue/index\.php$ - [L] +RewriteBase /primevue-nuxt/ +RewriteRule ^primevue-nuxt/index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule . /primevue/index.php [L] +RewriteRule . /primevue-nuxt/index.php [L] diff --git a/public/showcase/.htaccess b/public/showcase/.htaccess deleted file mode 100644 index 9bf998aff..000000000 --- a/public/showcase/.htaccess +++ /dev/null @@ -1,2 +0,0 @@ -RewriteEngine On -RewriteRule ^(.*)$ /primevue$1 [R=301,L]