We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654e8c7 commit a2b3f4fCopy full SHA for a2b3f4f
controllers/admin/AdminVuefrontAjaxController.php
@@ -77,6 +77,17 @@ public function ajaxProcessVfTurnOn() {
77
RewriteCond %{REQUEST_URI} !.*/vuefront/_nuxt
78
RewriteRule ^([^?]*) vuefront/$1
79
80
+# VueFront sw.js
81
+RewriteCond %{REQUEST_URI} .*(sw.js)
82
+RewriteCond %{REQUEST_URI} !.*/vuefront/sw.js
83
+RewriteRule ^([^?]*) vuefront/$1
84
+
85
+# VueFront favicon.ico
86
+RewriteCond %{REQUEST_URI} .*(favicon.ico)
87
+RewriteCond %{REQUEST_URI} !.*/vuefront/favicon.ico
88
89
90
91
# VueFront pages
92
93
# VueFront home page
0 commit comments