소스 검색

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"