ソースを参照

remove and ignore .htaccess and add .htaccess.skeleton

Olivier Massot 1 年間 前
コミット
c76b602b92
2 ファイル変更2 行追加0 行削除
  1. 1 0
      .gitignore
  2. 1 0
      public/.htaccess.skeleton

+ 1 - 0
.gitignore

@@ -17,3 +17,4 @@ dist
 !.yarn/releases
 !.yarn/sdks
 !.yarn/versions
+/public/.htaccess

+ 1 - 0
public/.htaccess → public/.htaccess.skeleton

@@ -1,3 +1,4 @@
+# Production only
 <IfModule mod_headers.c>
     Header set Access-Control-Allow-Origin "*"
     Header set Cross-Origin-Embedder-Policy "unsafe-none"