Skip to content

Commit

Permalink
Finalizing 1.0 release: prepared files for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillTregubov committed Jun 4, 2019
1 parent 64d58b9 commit 183d904
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/views/About.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div id="about">
<h1>Current Version: 1.0 release (alpha)</h1>
<h1>Professor Circuit was created by <span>Kirill Tregubov</span>, and is the final project for his high school physics course (SPH4U)</h1>
</div>
</template>
Expand Down
3 changes: 3 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/ICS4U/Circuits/'
: '/',
css: {
loaderOptions: {
sass: {
Expand Down

0 comments on commit 183d904

Please sign in to comment.