Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Jan 2, 2024
1 parent 119b2b2 commit cdafefd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
port: ${{ secrets.REMOTE_PORT }}
source: 'apps/nemanjamiticcom/dist/'
target: '/home/ubuntu/traefik-proxy/apps/nginx-with-volume-nmc/website'

# remove apps/nemanjamiticcom/dist path segments
strip_components: 3

# remove website dir
# not good, must restart nginx docker every time
# rm: true
2 changes: 1 addition & 1 deletion apps/nemanjamiticcom/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const metadata = {
>
<Fragment slot="title">
Free template for <span class="hidden xl:inline">creating websites with</span>
<span class="text-accent dark:text-white highlight"> Astro 4.0.4</span> + Tailwind CSS
<span class="text-accent dark:text-white highlight"> Astro 4.0</span> + Tailwind CSS
</Fragment>

<Fragment slot="subtitle">
Expand Down
2 changes: 1 addition & 1 deletion apps/nemanjamiticcom/src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const config = yaml.load(configString) as {
analytics?: unknown;
};

console.log('config', JSON.stringify(config, null, 2));
// console.log('config', JSON.stringify(config, null, 2));

const DEFAULT_SITE_NAME = 'Website';

Expand Down

0 comments on commit cdafefd

Please sign in to comment.