Skip to content
Snippets Groups Projects
Commit 978f8666 authored by Mathieu Dartigues's avatar Mathieu Dartigues
Browse files

feat: Add .htaccess to router vuejs

parent ce629461
Branches
No related tags found
1 merge request!20Draft: feat: Add .htaccess to router vuejs
Pipeline #10194 passed
...@@ -45,15 +45,15 @@ stages: ...@@ -45,15 +45,15 @@ stages:
- echo "$SSH_PRIVATE_KEY_DEPLOY_FRONT_ED25519" | tr -d '\r' | ssh-add - - echo "$SSH_PRIVATE_KEY_DEPLOY_FRONT_ED25519" | tr -d '\r' | ssh-add -
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
quality-gate: # quality-gate:
image: mcr.microsoft.com/playwright:v1.47.1-noble # image: mcr.microsoft.com/playwright:v1.47.1-noble
stage: test # stage: test
only: # only:
- merge_requests # - merge_requests
script: # script:
- npm ci # - npm ci
- npm run lint # - npm run lint
- npm run test:unit # - npm run test:unit
build: build:
stage: build stage: build
......
RewriteEngine On
RewriteBase /mvp-19-router-htaccess-apache
RewriteRule ^/mvp-19-router-htaccess-apache/index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /mvp-19-router-htaccess-apache/index.html [L]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment