Fix robots.txt
This commit is contained in:
+1
-1
@@ -7,6 +7,6 @@ export default defineConfig({
|
||||
fs: {
|
||||
allow: ['.']
|
||||
},
|
||||
allowedHosts: ['.ngrok-free.app'] // <-- Aggiungi questa riga qui
|
||||
allowedHosts: ['.ngrok-free.app']
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user