Skip to content

Commit

Permalink
chore/test-url
Browse files Browse the repository at this point in the history
  • Loading branch information
karolis krusinskas committed Jan 23, 2023
1 parent 37b0f7e commit f708875
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BASE_URL=
4 changes: 4 additions & 0 deletions .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Make envfile
uses: SpicyPizza/create-envfile@v1.3
with:
BASE_URL: ${{ steps.deployment.outputs.page_url }}
- name: Checkout
uses: actions/checkout@v3
- name: Detect package manager
Expand Down
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default defineNuxtConfig({
},

app: {
baseURL: process.env.BASE_URL,
head: {
title: 'Story point calculator',
viewport: 'width=device-width, initial-scale=1, maximum-scale=5',
Expand Down

0 comments on commit f708875

Please sign in to comment.