Skip to content
Snippets Groups Projects
Verified Commit 89a3ed57 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Doplneni statiky

parent 940b5ea1
No related branches found
No related tags found
No related merge requests found
Pipeline #20850 passed
......@@ -83,7 +83,7 @@ dist
# Service worker
sw.*
# GitLab Pages
public/
## GitLab Pages
##public/
.ssl
......@@ -2,13 +2,13 @@
pages:
image: node
variables:
NUXT_APP_BASE_URL: /
NUXT_APP_BASE_URL: /nuxt/
before_script:
- npm ci --cache .npm --prefer-offline
script:
# Specify the steps involved to build your app here
- npm run generate
cache:
cache: # https://docs.gitlab.com/ee/ci/caching/#cache-nodejs-dependencies
key:
files:
- package-lock.json
......
public/favicon.ico

4.19 KiB

<!doctype html>
<html>
<body>
<script>
parent.postMessage(location.href, location.origin);
</script>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment